diff options
author | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-05-26 19:37:19 -0400 |
---|---|---|
committer | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-06-07 13:13:01 -0400 |
commit | b27c1946c9ea1ff29e070d42c9f0f3cd9e67e185 (patch) | |
tree | 442648468644f719ef482a292d6467d358e180d3 /web | |
parent | be64b8d0d4fe3ab3ed339e1157a18654dca41399 (diff) | |
download | Nim-b27c1946c9ea1ff29e070d42c9f0f3cd9e67e185.tar.gz |
Update news for nre
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index 6a82b3f26..49b49a9f1 100644 --- a/web/news.txt +++ b/web/news.txt @@ -13,12 +13,17 @@ News Code accessing that property is deprecated and code using ``miliseconds`` 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. + Library additions + ----------------- + + - The nre module has been added, providing a better interface to PCRE than + re. + Language Additions ------------------ |