diff options
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index 53815ab2c..27161f093 100644 --- a/web/news.txt +++ b/web/news.txt @@ -16,7 +16,9 @@ News - Tuple field names are not ignored anymore, this caused too many problems in practice so now the behaviour as it was for version 0.9.6: If field names exist for the tuple type, they are checked. - + - ``logging.level`` and ``logging.handlers`` are no longer exported. + ``addHandler``, ``getHandlers``, ``setLogFilter`` and ``getLogFilter`` + should be used instead. Language Additions ------------------ |