diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-12-28 13:52:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-28 13:52:23 +0000 |
commit | caecd60e252253f256717cf30a1dfd0372ce447b (patch) | |
tree | ab1e15d0b3966f6b41da5cf8886992a04324aee6 /changelog.md | |
parent | 7e6dc3679aaf463a957af7ff6bb34317c7656d4c (diff) | |
download | Nim-caecd60e252253f256717cf30a1dfd0372ce447b.tar.gz |
Add more info in changelog about the #6223 change.
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index de4b2f251..1c5848ce8 100644 --- a/changelog.md +++ b/changelog.md @@ -111,6 +111,8 @@ This now needs to be written as: - The ``[]`` proc for strings now raises an ``IndexError`` exception when the specified slice is out of bounds. See issue [#6223](https://github.com/nim-lang/Nim/issues/6223) for more details. + You can use ``substr(str, start, finish)`` to get the old behaviour back, + see [this commit](https://github.com/nim-lang/nimbot/commit/98cc031a27ea89947daa7f0bb536bcf86462941f) for an example. - ``strutils.split`` and ``strutils.rsplit`` with an empty string and a separator now returns that empty string. See issue [#4377](https://github.com/nim-lang/Nim/issues/4377). |