summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-02-08 13:37:22 +0100
committerAraq <rumpf_a@web.de>2015-02-08 13:38:06 +0100
commitc91ca82a43917163f00cf86e59d80a8909dca80a (patch)
treea1c90a80134dd1eabe2b71089e121601cec62abc /web/news.txt
parent52e297c4e186ad3c28583a5fd8a2a782cee1aed3 (diff)
downloadNim-c91ca82a43917163f00cf86e59d80a8909dca80a.tar.gz
fixes #2073; language spec change: arrow like operators are not right associative anymore
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index ac7971f20..f765479a2 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -20,6 +20,7 @@ News
     ``addHandler``, ``getHandlers``, ``setLogFilter`` and ``getLogFilter``
     should be used instead.
   - ``nim idetools`` has been replaced by a separate tool `nimsuggest`_.
+  - *arrow like* operators are not right associative anymore.
 
   
   Language Additions