diff options
author | Araq <rumpf_a@web.de> | 2014-10-02 10:08:41 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-10-02 10:08:41 +0200 |
commit | c99ec1654452eede8b374eb85cb05b2e759be23f (patch) | |
tree | cf6362bf57bd1129654a89d05a305a99dcac00d2 /web | |
parent | 2011805829089d631951411c4a7cc7ab33653712 (diff) | |
download | Nim-c99ec1654452eede8b374eb85cb05b2e759be23f.tar.gz |
deprecated string case statements without 'else'
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 5 |
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 |