diff options
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index a4cbefd52..b194d5503 100644 --- a/web/news.txt +++ b/web/news.txt @@ -23,6 +23,9 @@ News - The ``destructor`` pragma has been deprecated. Use the ``override`` pragma instead. The destructor's name has to be ``destroy`` now. - ``lambda`` is not a keyword anymore. + - **system.defined has been split into system.defined and system.declared**. + You have to use ``--symbol`` to declare new conditional symbols that can be + set via ``--define``. Language Additions ------------------ @@ -41,6 +44,7 @@ News - Some sockets procedures now support a ``SafeDisconn`` flag which causes them to handle disconnection errors and not raise them. + 2014-04-21 Version 0.9.4 released ================================= |