Skip to content

Commit

Permalink
Update news for nre
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviut committed Jun 7, 2015
1 parent be64b8d commit b27c194
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion web/news.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------

Expand Down

0 comments on commit b27c194

Please sign in to comment.