summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-01-25 17:02:37 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2015-01-25 17:02:37 +0000
commitdefaf5d400f8bc06a02ec58804f80590780f9341 (patch)
tree3a6c0157d2e7e7bd01b9ddd17bde11f4b004b398 /web/news.txt
parent67e489d4e5a1534e19a0d0a507be874acd64815b (diff)
downloadNim-defaf5d400f8bc06a02ec58804f80590780f9341.tar.gz
Logging module is now thread-safe.
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt4
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
   ------------------