diff options
author | Araq <rumpf_a@web.de> | 2012-04-09 11:18:10 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-04-09 11:18:10 +0200 |
commit | c53ad1b39fdd977b03b9cc2560b351ad6df4bfdd (patch) | |
tree | 064a972f7ee71f19302ecf509756076441d3d442 /web/news.txt | |
parent | e9260e6c4d332d3f3f27997d0985a3881745cc56 (diff) | |
download | Nim-c53ad1b39fdd977b03b9cc2560b351ad6df4bfdd.tar.gz |
documentation improvements; higher level Mongodb wrapper
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 391a19311..f8e9eb3c2 100755 --- a/web/news.txt +++ b/web/news.txt @@ -26,6 +26,7 @@ Library Additions - Added ``macros.emit`` that can emit an arbitrary computed string as nimrod code during compilation. - Added ``strutils.parseEnum``. +- Added ``json.%`` constructor operator. - The stdlib can now be avoided to a point where C code generation for 16bit micro controllers is feasible. - Added module ``oids``. @@ -55,6 +56,8 @@ Compiler Additions ------------------ - Win64 is now an officially supported target. +- The Nimrod compiler works on BSD again, but has some issues + as ``os.getAppFilename`` and ``os.getAppDir`` cannot work reliably on BSD. - The compiler can detect and evaluate calls that can be evaluated at compile time for optimization purposes with the ``--implicitStatic`` command line option or pragma. |