diff options
author | Araq <rumpf_a@web.de> | 2012-05-20 12:09:47 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-05-20 12:09:47 +0200 |
commit | a36a856a2fde4697a865cee23c760380392843b7 (patch) | |
tree | 67ac52d950d6cf350830945202135e2d730ff2c9 /web/news.txt | |
parent | 370088557375fb5ce8d8d3d3160bccd0cfdcf8c8 (diff) | |
download | Nim-a36a856a2fde4697a865cee23c760380392843b7.tar.gz |
fixes #113
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index cff4bcbec..e047cf1fc 100755 --- a/web/news.txt +++ b/web/news.txt @@ -69,6 +69,8 @@ Changes affecting backwards compatibility type class matching all proc types. Use ``proc ()`` to get the old meaning denoting a proc expecing no arguments and returing no value. - Deprecated ``system.GC_setStrategy``. +- ``re.findAll`` and ``pegs.findAll`` don't return *captures* anymore but + matching *substrings*. Compiler Additions |