diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-03-13 10:57:16 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-03-13 10:57:16 +0000 |
commit | a37d5dddbb3a29b896e5d5351830223c9cd9e933 (patch) | |
tree | d38f796371550a7cee7499845e2c9402a409fb1e | |
parent | 8ec7b9e7d77538e81ae76e89b6651a04ecf9ca5d (diff) | |
download | gleam_stdlib-a37d5dddbb3a29b896e5d5351830223c9cd9e933.tar.gz gleam_stdlib-a37d5dddbb3a29b896e5d5351830223c9cd9e933.zip |
Changes!
-rw-r--r-- | CHANGELOG.md | 6 |
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. |