diff options
author | Mikko Ahlroth <mikko@ahlroth.fi> | 2023-10-15 14:28:42 +0300 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-10-17 12:33:52 +0100 |
commit | a63339014ba5ebd5ad50b34bea53fb39d105ec52 (patch) | |
tree | 4693a4fb7f42182437693428829f29e12725518b /CHANGELOG.md | |
parent | d0d942ba9fda93a9338483335628fdae82a6fbad (diff) | |
download | gleam_stdlib-a63339014ba5ebd5ad50b34bea53fb39d105ec52.tar.gz gleam_stdlib-a63339014ba5ebd5ad50b34bea53fb39d105ec52.zip |
Fix map equality checking when the amount of keys differs
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d553c2a..db53ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ - Improved performance of `string.to_graphemes` on JavaScript. - The `iterator` module gains the `map2` function. - The `list` module gains the `key_filter` function. +- Fixed a bug on target JavaScript where `Map` equality would not be correctly + checked for maps of different sizes. ## v0.31.0 - 2023-09-25 |