summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-03-06 21:16:05 +0100
committerAraq <rumpf_a@web.de>2011-03-06 21:16:05 +0100
commit3005955d20033db12345eacd6eb8ff8cec92507c (patch)
treef7a799c00006ceb3dc660b125ab7fb8efcf6b4bf /web/news.txt
parente424e13bd9d05ab3fbcbe3572e49c1bc611a1fc9 (diff)
downloadNim-3005955d20033db12345eacd6eb8ff8cec92507c.tar.gz
distinction between re.replace and re.replacef; speed improvements for re module
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt
index e74d89699..172630467 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -34,7 +34,8 @@ Changes affecting backwards compatibility
   ``module.re"abc"`` is now supported.
 - Changed the behaviour of ``strutils.%``, ``ropes.%`` 
   if both ``$#`` and ``$i`` are involved.
-
+- The ``pegs`` and ``re`` modules distinguish between ``replace`` 
+  and ``replacef`` operations.
 
 Additions
 ---------