summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-10-02 10:08:41 +0200
committerAraq <rumpf_a@web.de>2014-10-02 10:08:41 +0200
commitc99ec1654452eede8b374eb85cb05b2e759be23f (patch)
treecf6362bf57bd1129654a89d05a305a99dcac00d2 /web
parent2011805829089d631951411c4a7cc7ab33653712 (diff)
downloadNim-c99ec1654452eede8b374eb85cb05b2e759be23f.tar.gz
deprecated string case statements without 'else'
Diffstat (limited to 'web')
-rw-r--r--web/news.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 93cb71f94..233a8e2c7 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -47,11 +47,16 @@ News
     found under the `nim-code <https://github.com/nimrod-code>`_ organisation.
   - Removed the deprecated ``web`` module, the ``httpclient`` module should
     be used instead.
+  - String case (or any non-ordinal case) statements 
+    without 'else' are deprecated.
+
 
   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.
   
 
   Library Additions