diff options
author | Araq <rumpf_a@web.de> | 2014-10-13 08:26:24 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-10-13 08:26:24 +0200 |
commit | c7570dcd3e4202bd339a2ebbc09952a546c62269 (patch) | |
tree | 1e3b7a73a597bc825b03bce6ebac4db9a3d7d237 /web | |
parent | 5272213da4b0701890d8a42fb292962704f0b99d (diff) | |
parent | b7befd69ba0051c1db44a37c8c3e06c48990a9b1 (diff) | |
download | Nim-c7570dcd3e4202bd339a2ebbc09952a546c62269.tar.gz |
Merge branch 'devel' into bigbreak
Conflicts: compiler/ast.nim compiler/nimfix/prettybase.nim compiler/pragmas.nim compiler/sempass2.nim doc/manual.txt koch.nim lib/pure/concurrency/threadpool.nim web/news.txt
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/web/news.txt b/web/news.txt index 8a28292e6..d57b3f83a 100644 --- a/web/news.txt +++ b/web/news.txt @@ -63,11 +63,6 @@ News The modules that use ``importCpp`` or ``importObjc`` are compiled to C++ or Objective C code, any other module is compiled to C code. This improves interoperability. - - - Language Additions - ------------------ - - There is a new ``parallel`` statement for safe fork&join parallel computing. - ``guard`` and ``lock`` pragmas have been implemented to support safer concurrent programming. @@ -81,16 +76,23 @@ News system.writeFile - Library Additions - ----------------- +Language Additions +------------------ + +- This version introduces the new ``deprecated`` pragma statement that is used + to handle the upcoming massive amount of symbol renames. + + +Library Additions +----------------- - - Added module ``cpuinfo``. - - Added module ``threadpool``. - - ``sequtils.distnct`` has been renamed to ``sequtils.deduplicate``. - - Added ``algorithm.reversed`` - - Added ``uri.combine`` and ``uri.parseUri``. - - Some sockets procedures now support a ``SafeDisconn`` flag which causes - them to handle disconnection errors and not raise them. +- Added module ``cpuinfo``. +- Added module ``threadpool``. +- ``sequtils.distnct`` has been renamed to ``sequtils.deduplicate``. +- Added ``algorithm.reversed`` +- Added ``uri.combine`` and ``uri.parseUri``. +- Some sockets procedures now support a ``SafeDisconn`` flag which causes + them to handle disconnection errors and not raise them. 2014-04-21 Version 0.9.4 released |