diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-01-25 17:02:37 +0000 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-01-25 17:02:37 +0000 |
commit | defaf5d400f8bc06a02ec58804f80590780f9341 (patch) | |
tree | 3a6c0157d2e7e7bd01b9ddd17bde11f4b004b398 /web/news.txt | |
parent | 67e489d4e5a1534e19a0d0a507be874acd64815b (diff) | |
download | Nim-defaf5d400f8bc06a02ec58804f80590780f9341.tar.gz |
Logging module is now thread-safe.
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 ------------------ |