mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
Update news for nre
This commit is contained in:
@@ -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
|
||||
------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user