summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-10-02 16:15:16 +0200
committerAraq <rumpf_a@web.de>2014-10-02 16:15:16 +0200
commit279e897eab4806ee66b0a03d9e7ecf7940a57c6e (patch)
tree9c768d9b68c5fb4a76f18af0fcc58a1aa0831921 /web
parent62ccf135294672995e08584723c35162f7facc22 (diff)
downloadNim-279e897eab4806ee66b0a03d9e7ecf7940a57c6e.tar.gz
bugfix: 'T = ref T' is an illegal recursive type
Diffstat (limited to 'web')
-rw-r--r--web/news.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 7edd7c9df..cf24139f7 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -49,6 +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.
 
 
   Language Additions