aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2020-06-30 12:15:49 +0100
committerLouis Pilfold <louis@lpil.uk>2020-06-30 12:15:49 +0100
commit1fb3e8e6c69fbd254fdf5ede2dd098746ce35498 (patch)
tree866a681bbbfa115cfed727fdc8a7f9555b45ed7d
parent725e96b338621b8e1161679d9dc4215212df1e81 (diff)
downloadgleam_stdlib-1fb3e8e6c69fbd254fdf5ede2dd098746ce35498.tar.gz
gleam_stdlib-1fb3e8e6c69fbd254fdf5ede2dd098746ce35498.zip
Changelog!
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56c765c..61c1375 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,7 @@
- The `iodata` module has been renamed to `string_builder`.
- `os` module created with `get_env`, `insert_env`, `delete_env` and
`system_time`.
-- The `string` module gains the `split_once` function.
+- The `string` module gains the `split_once` and `utf_codepoint` functions.
- The `dynamic` module gains the `bit_string` function.
- The `uri` module gains the `origin` and `merge` function.
- The `io.debug` function returns the printed term.