mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-06 03:44:14 +00:00
Add new split to breaking changes doc
This commit is contained in:
@@ -13,6 +13,12 @@ Changes affecting backwards compatibility
|
||||
- De-deprecated ``re.nim`` because we have too much code using it
|
||||
and it got the basic API right.
|
||||
|
||||
- ``split`` with ``set[char]`` as a delimiter in ``strutils.nim``
|
||||
no longer strips and splits characters out of the target string
|
||||
by the entire set of characters. Instead, it now behaves in a
|
||||
similar fashion to ``split`` with ``string`` and ``char``
|
||||
delimiters.
|
||||
|
||||
Library Additions
|
||||
-----------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user