diff options
Diffstat (limited to 'changelogs/changelog_2_0_0.md')
-rw-r--r-- | changelogs/changelog_2_0_0.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelogs/changelog_2_0_0.md b/changelogs/changelog_2_0_0.md index 00c20f397..4a15855f4 100644 --- a/changelogs/changelog_2_0_0.md +++ b/changelogs/changelog_2_0_0.md @@ -255,6 +255,7 @@ - Pragma `{.inline.}` generates `__forceinline` if `__has_attribute(__forceinline)` for GCC and Clang. +- `strutils.split` and `strutils.rsplit` now forbid an empty separator. ## Standard library additions and changes |