diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 02cb49d..8f6b5e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - The `map_dict` module gains `update`, `merge` and `delete` functions. - The `bool` module gains a `compare` function. - The `int` module gains a `compare` function. -- The `list` module gains `range`, `repeat`, and `strict_zip` functions. +- The `list` module gains `range`, `repeat`, `split`, and `strict_zip` functions. ## v0.1.2 - 2019-04-25 |