diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 5 |
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 ------------------ |