summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-05-28 01:17:17 +0200
committerAraq <rumpf_a@web.de>2012-05-28 01:17:17 +0200
commitf3980eb24ad76001671c76ce668f0ee25e481ba0 (patch)
treee9fd3187ea7b9d9baf4d46fbd24520fbc7c9edf7 /web/news.txt
parent22188a0647c90f56d3fa23c5723d909c0ea70714 (diff)
downloadNim-f3980eb24ad76001671c76ce668f0ee25e481ba0.tar.gz
made tsequtils green again
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index f83c86a25..3ad0eb4d8 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -72,6 +72,9 @@ Changes affecting backwards compatibility
 - Deprecated ``system.GC_setStrategy``.
 - ``re.findAll`` and ``pegs.findAll`` don't return *captures* anymore but
   matching *substrings*.
+- RTTI and thus the ``marshall`` module don't contain the proper field names
+  of tuples anymore. This had to be changed as the old behaviour never
+  produced consistent results.
 
 
 Compiler Additions