aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-09-09 22:45:08 +0100
committerLouis Pilfold <louis@lpil.uk>2021-09-09 22:45:08 +0100
commit57dfc2152a5aef99889dad74abdafd9f7ae8c7bb (patch)
tree52fb8222f7528416f1df925b97e8455f2a204623
parentba5f9b8c97ff95eb03304ff42628c5af77d56d95 (diff)
downloadgleam_stdlib-57dfc2152a5aef99889dad74abdafd9f7ae8c7bb.tar.gz
gleam_stdlib-57dfc2152a5aef99889dad74abdafd9f7ae8c7bb.zip
Changelog!
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d1d19c..88eee7c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,7 @@
- The `map.update` function now uses `Option` rather than `Result`.
- The `iterator` module gains the `fold_until` and `try_fold` functions.
- The `bit_string` module loses the u32 functions in favour of bit string literals.
-- The `dynamic` module loses the `atom` function
+- The `dynamic` module loses the `atom` function and gains the `classify` function.
- The `dynamic.option` function has been renamed to `optional` and made more
permissive to other null values.
- The `dynamic.result` function has been made more permissive to other result values.