diff options
author | Araq <rumpf_a@web.de> | 2012-05-28 01:17:17 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-05-28 01:17:17 +0200 |
commit | f3980eb24ad76001671c76ce668f0ee25e481ba0 (patch) | |
tree | e9fd3187ea7b9d9baf4d46fbd24520fbc7c9edf7 /web/news.txt | |
parent | 22188a0647c90f56d3fa23c5723d909c0ea70714 (diff) | |
download | Nim-f3980eb24ad76001671c76ce668f0ee25e481ba0.tar.gz |
made tsequtils green again
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 3 |
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 |