Update changelog

This commit is contained in:
Cosimo Lupo 2017-04-12 11:40:47 +01:00
parent 6862262301
commit f380bedd92
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419

View File

@ -1,3 +1,5 @@
- [loggintTools] Added ``LogMixin`` class providing a ``log`` property to
subclasses, which returns a ``logging.Logger`` named after the latter.
- [TSI1] Fixed computation of the textLength of VTT private tables (#913).
- [loggingTools] Added ``assertRegex`` method to ``CapturingLogHandler``.
- [py23] Added backport for python 3's ``types.SimpleNamespace`` class.