aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authortynanbe <contact@tynan.be>2022-02-28 06:05:50 -0600
committerLouis Pilfold <louis@lpil.uk>2022-03-06 15:11:13 +0000
commitd032bcb450777875c046d9950f45971e3a47d286 (patch)
tree635ceb92a4c7d48ff72eb1a360e879b1b823e1f8 /CHANGELOG.md
parent2c9f014c1c6d185dd5d58a43f650441d57009af3 (diff)
downloadgleam_stdlib-d032bcb450777875c046d9950f45971e3a47d286.tar.gz
gleam_stdlib-d032bcb450777875c046d9950f45971e3a47d286.zip
Fix record-based map keys for JS
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bbf9e55..cb51916 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
## Unreleased
+- Fixed a bug where record-based map keys would clash in JavaScript.
- The `eunit` Erlang headers are no longer required to compile this package.
- Fixed a bug where the `string.length` function would cause a JavaScript error
for empty strings on older JavaScript runtimes.