aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Saxton <peterhsaxton@gmail.com>2020-06-12 09:12:23 +0100
committerLouis Pilfold <louis@lpil.uk>2020-06-16 10:21:40 +0100
commit98343aef45eaba3f41ff2b032a7d3a88f70598bc (patch)
tree82c33266b591f595d587a2597df054bbc917d41a
parent803b340b31fd1c8cf4a84e4b50fae03f852f4b4b (diff)
downloadgleam_stdlib-98343aef45eaba3f41ff2b032a7d3a88f70598bc.tar.gz
gleam_stdlib-98343aef45eaba3f41ff2b032a7d3a88f70598bc.zip
changelog entry
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84fe36c..fc64ac1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
`part`, `int_to_u32` and `int_from_u32`.
- `os` module created with `get_env`, `insert_env`, `delete_env`.
- The `string` module gains the `split_once` function.
+- The `dynamic` module gains the `bit_string` function.
## 0.9.0 - 2020-05-26