summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-05-20 12:09:47 +0200
committerAraq <rumpf_a@web.de>2012-05-20 12:09:47 +0200
commita36a856a2fde4697a865cee23c760380392843b7 (patch)
tree67ac52d950d6cf350830945202135e2d730ff2c9 /web/news.txt
parent370088557375fb5ce8d8d3d3160bccd0cfdcf8c8 (diff)
downloadNim-a36a856a2fde4697a865cee23c760380392843b7.tar.gz
fixes #113
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt2
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