deprecated string case statements without 'else'

This commit is contained in:
Araq
2014-10-02 10:08:41 +02:00
parent 2011805829
commit c99ec16544
4 changed files with 15 additions and 8 deletions

View File

@@ -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