aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-11-11 23:13:31 +0000
committerLouis Pilfold <louis@lpil.uk>2023-11-11 23:13:31 +0000
commit1aa6eae796f9260466f1543a90942257356a0557 (patch)
tree0dc5a53b947ba5e78cbfbc33071a19c544d1f92b
parent0bcd8c145988e7a5baf8983262e7d17b24159944 (diff)
downloadgleam_stdlib-1aa6eae796f9260466f1543a90942257356a0557.tar.gz
gleam_stdlib-1aa6eae796f9260466f1543a90942257356a0557.zip
Changes!
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bea4e2c..0d2149a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## v0.32.1 - 2023-11-11
+
+- The printing of maps by `string.inspect` has been improved.
+
## v0.32.0 - 2023-11-01
- The `set.filter` label `for` was renamed to `keeping`.