diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-08-08 22:15:27 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-08-08 22:15:27 +0100 |
commit | a48ff4b5bd318448204f04f54a093c5218d5474f (patch) | |
tree | 82c4c255aeb26ae2736ad76a75772fa8edb696de | |
parent | 29398e1848b0615afda30fb1da4ec8d81eccc1c5 (diff) | |
download | gleam_stdlib-a48ff4b5bd318448204f04f54a093c5218d5474f.tar.gz gleam_stdlib-a48ff4b5bd318448204f04f54a093c5218d5474f.zip |
Changes!
-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. |