diff options
author | Araq <rumpf_a@web.de> | 2013-05-20 02:47:35 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-05-20 02:47:35 +0200 |
commit | b0ad08013d62933b97a6ab393ce94dea742f8fc4 (patch) | |
tree | cae492bfac578489c3c921904f846b326ac597da /web/news.txt | |
parent | b222de14322d2154ffb158aa06b9d85f1dab0fcf (diff) | |
download | Nim-b0ad08013d62933b97a6ab393ce94dea742f8fc4.tar.gz |
don't deprecate macros.! breaks too much code
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/news.txt b/web/news.txt index 8d0ed97c3..ac2047578 100644 --- a/web/news.txt +++ b/web/news.txt @@ -3,7 +3,7 @@ News ==== 2013-05-20 New website design! -=================== +============================== A brand new website is now live. All thanks go to Philip Witte and Dominik Picheta, Philip Witte for the design of the website (together with @@ -77,7 +77,6 @@ Changes affecting backwards compatibility - The expression/statement unification has been implemented. Again this only affects edge cases and no known real world code. - Changed the async interface of the ``scgi`` module. -- ``macros.!`` has been deprecated. Use ``macros.ident`` instead. - WideStrings are now garbage collected like other string types. |