summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authoryglukhov <yuriy.glukhov@gmail.com>2015-05-28 11:24:39 +0300
committeryglukhov <yuriy.glukhov@gmail.com>2015-05-28 14:48:53 +0300
commite65ccfb8f5123988ce3a1c204fc72a98c76fce34 (patch)
tree9315d30276654bed09984761090b99abed2971a8 /web
parentd270c8ebe8b35f4c9bdf23e4153f299e7919bdb7 (diff)
downloadNim-e65ccfb8f5123988ce3a1c204fc72a98c76fce34.tar.gz
Removed formatting from logging.
Diffstat (limited to 'web')
-rw-r--r--web/news.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 22ea03157..6a82b3f26 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -14,6 +14,11 @@ News
     during object initialization or as a named parameter of ``initInterval()``
     will need to be updated.
 
+  - ``std.logging`` functions no longer do formatting and semantically treat
+    their arguments just like ``echo`` does. Affected functions: ``log``,
+    ``debug``, ``info``, ``warn``, ``error``, ``fatal``. Custom subtypes of
+    ``Logger`` also need to be adjusted accordingly.
+
   Language Additions
   ------------------