diff options
author | Joseph Turner <turner.d.joseph@gmail.com> | 2015-04-09 02:53:03 +0100 |
---|---|---|
committer | Joseph Turner <turner.d.joseph@gmail.com> | 2015-04-09 02:53:03 +0100 |
commit | 54d945c5123c2d6856216c4dc03abdf289e096da (patch) | |
tree | 559e77f474683aec754b79083b93548f19cf8744 | |
parent | 7ee6c72b51e8e0877bc734a30c0498e42f0ca99a (diff) | |
download | Nim-54d945c5123c2d6856216c4dc03abdf289e096da.tar.gz |
Adds note about change to news
-rw-r--r-- | web/news.txt | 6 |
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 ------------------ |