diff options
author | Araq <rumpf_a@web.de> | 2014-10-02 16:54:05 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-10-02 16:54:05 +0200 |
commit | 595cc93762397ad6948a3b14298fe23a00b89667 (patch) | |
tree | 6afac54437122f57f538745f32f8bd79533cea24 /web/news.txt | |
parent | 279e897eab4806ee66b0a03d9e7ecf7940a57c6e (diff) | |
download | Nim-595cc93762397ad6948a3b14298fe23a00b89667.tar.gz |
recursive tuple types are now invalid (breaking change)
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index cf24139f7..527b29898 100644 --- a/web/news.txt +++ b/web/news.txt @@ -49,7 +49,7 @@ News be used instead. - String case (or any non-ordinal case) statements without 'else' are deprecated. - - Recursive tuple types are deprecated. Use ``object`` instead. + - Recursive tuple types are not allowed anymore. Use ``object`` instead. Language Additions |