aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinoas <mail@inoas.com>2024-05-26 12:25:42 +0200
committerLouis Pilfold <louis@lpil.uk>2024-06-02 14:05:26 +0100
commitaa3bf69edbd3b9f6bbd7d62c4870f4d2db7c02cf (patch)
tree50fc92a27d1a11e4cb7849dafae1c21a7f49af5f
parent44701419fddf00e0ce1ef69ad1c2e10498e9e1b9 (diff)
downloadgleam_stdlib-aa3bf69edbd3b9f6bbd7d62c4870f4d2db7c02cf.tar.gz
gleam_stdlib-aa3bf69edbd3b9f6bbd7d62c4870f4d2db7c02cf.zip
changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84002a8..05b68e6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,8 @@
- Fixed a bug where `string.inspect` would use the incorrect syntax for unicode
escape codes on JavaScript.
- The `list` module gains the `count` function.
+- The `dict` module function `update` has been deprecated in favour of `upsert`
+ and `update` will be used with a different signature in future.
## v0.38.0 - 2024-05-24