summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-01-29 14:18:43 +0100
committerAraq <rumpf_a@web.de>2011-01-29 14:18:43 +0100
commit36accda8aaef4bd8daaf23e3eb369c2ca540f224 (patch)
tree39a28c97a100ce26d2bb6a9329811fcc83306a72 /web
parentf46870fe1ce3a28ab44417effd1c684522568a8d (diff)
downloadNim-36accda8aaef4bd8daaf23e3eb369c2ca540f224.tar.gz
unary <; countup two type parameters; --recursivePath should work now
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/news.txt b/web/news.txt
index 181ec706a..0a8f01cad 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -51,8 +51,9 @@ Additions
   ``array[TMyEnum, string]`` mapping.
 - Indices in array literals may be explicitly given, enhancing readability:
   ``[enumValueA: "a", enumValueB: "b"]``.
-- Added basic thread support via the ``threads`` core module.
-
+- Added basic thread support via the ``threads`` core module and 
+  the ``--threads:on`` command line switch.
+- Added unary ``<`` for nice looking excluding upper bounds in ranges.
 
 
 2010-10-20 Version 0.8.10 released