diff options
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a9665..578619a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ ## Unreleased -- The `bit_string` module gains the `concat` function. +- The `bit_string` module gains the `concat` function and has the `part` + function renamed to `slice`. - The `os` module has been moved to the `gleam_os` library. - The `rescue` function has been removed from the `function` library in favour of target specific versions in Erlang and JavaScript specific libraries. |