summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorJoseph Turner <turner.d.joseph@gmail.com>2015-04-09 02:53:03 +0100
committerJoseph Turner <turner.d.joseph@gmail.com>2015-04-09 02:53:03 +0100
commit54d945c5123c2d6856216c4dc03abdf289e096da (patch)
tree559e77f474683aec754b79083b93548f19cf8744 /web/news.txt
parent7ee6c72b51e8e0877bc734a30c0498e42f0ca99a (diff)
downloadNim-54d945c5123c2d6856216c4dc03abdf289e096da.tar.gz
Adds note about change to news
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt
index 9fd7c31b3..af44f91a1 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -73,7 +73,11 @@ News
     for ``expr`` and ``stmt``. The new names capture the semantics much better
     and most likely  ``expr`` and ``stmt`` will be deprecated in favor of the
     new names.
-
+  - The ``split`` method in module ``re`` has changed. It now handles the case
+    of matches having a length of 0, and empty strings being yielded from the
+    iterator. A notable change might be that a pattern being matched at the
+    beginning and end of a string, will result in an empty string being produced
+    at the start and the end of the iterator.
 
   Language Additions
   ------------------