aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-03-13 10:57:16 +0000
committerLouis Pilfold <louis@lpil.uk>2023-03-13 10:57:16 +0000
commita37d5dddbb3a29b896e5d5351830223c9cd9e933 (patch)
treed38f796371550a7cee7499845e2c9402a409fb1e
parent8ec7b9e7d77538e81ae76e89b6651a04ecf9ca5d (diff)
downloadgleam_stdlib-a37d5dddbb3a29b896e5d5351830223c9cd9e933.tar.gz
gleam_stdlib-a37d5dddbb3a29b896e5d5351830223c9cd9e933.zip
Changes!
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3eed151..ec66604 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## Unreleased
+
+- The `Map` type was rewritten as a persistent immutable data structure. This
+ results in drastically improved performance when constructing or updating
+ maps, especially with large maps.
+
## v0.27.0 - 2023-02-26
- The `bool` module gains the `guard` function.