diff options
author | Araq <rumpf_a@web.de> | 2011-06-02 13:02:40 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-02 13:02:40 +0200 |
commit | 3260702a6044cdae89cf673ad1983aa3342127de (patch) | |
tree | 40439bfaf9f4ecb4929547e387998b282eee408c /web/news.txt | |
parent | d0bfc3665fd0131dad516d2fcd7cfe73c3a6f122 (diff) | |
download | Nim-3260702a6044cdae89cf673ad1983aa3342127de.tar.gz |
first steps to thread local heaps
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index db4b93fa2..fe1d37487 100755 --- a/web/news.txt +++ b/web/news.txt @@ -41,7 +41,8 @@ Changes affecting backwards compatibility and ``replacef`` operations. - The pointer dereference operation ``p^`` is deprecated and might become ``^p`` in later versions or be dropped entirely since it is rarely used. - Use the new notation ``p[]`` to dereference a pointer. + Use the new notation ``p[]`` in the rare cases where you need to + dereference a pointer explicitely. Additions @@ -79,6 +80,7 @@ Additions - The compiler now might use hashing for string case statements depending on the number of string literals in the case statement. - Added a wrapper for ``redis``. +- Added a wrapper for ``0mq`` via the ``zmq`` module. - The compiler now supports array, sequence and string slicing. - Added ``system.newStringOfCap``. |