aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-11-21 15:08:17 +0000
committerLouis Pilfold <louis@lpil.uk>2023-11-21 15:11:37 +0000
commitfe69c891d35066294a2ce421cc4f11e2d8959887 (patch)
tree767ba920aec9c8a002b3234397d87ea68356e27e
parent1f99c8f034f4fa069b4cedc3f06752536dedc070 (diff)
downloadgleam_stdlib-fe69c891d35066294a2ce421cc4f11e2d8959887.tar.gz
gleam_stdlib-fe69c891d35066294a2ce421cc4f11e2d8959887.zip
Changes!
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54de9f9..26bba04 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@
- The `bool` module gains the `lazy_guard` function.
- The `gleam/map` module has been deprecated in favour of the `gleam/dict`
module.
+- The `map` function in the `gleam/dynamic` module has been deprecated in favour
+ of the `dict` function.
## v0.32.1 - 2023-11-11