aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorinoas <mail@inoas.com>2024-05-26 13:48:33 +0200
committerLouis Pilfold <louis@lpil.uk>2024-06-02 14:05:26 +0100
commit5ccf68f1d0861ade7e0dc4eb2260d88c7c188dbe (patch)
tree1e27d2158fd27e50576308f85be7e373b5c2d12a /CHANGELOG.md
parentaa3bf69edbd3b9f6bbd7d62c4870f4d2db7c02cf (diff)
downloadgleam_stdlib-5ccf68f1d0861ade7e0dc4eb2260d88c7c188dbe.tar.gz
gleam_stdlib-5ccf68f1d0861ade7e0dc4eb2260d88c7c188dbe.zip
fix tests, improve changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 05b68e6..6d980b8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,8 +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.
+- The `update` function of the `dict` module has been deprecated in favour
+ of `upsert` and `update` will be used with a different signature in future.
## v0.38.0 - 2024-05-24