aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-02-26 19:46:09 +0000
committerLouis Pilfold <louis@lpil.uk>2024-02-26 19:47:34 +0000
commitf596dd9c1ad0822c04b5cb389fddf5d0e9315274 (patch)
treed48617a3dcd3d324cf16b60defd9a0f6caad4dbf
parent5be28f87ff0eeb441e943776e7f1808e8f4492d1 (diff)
downloadgleam_stdlib-f596dd9c1ad0822c04b5cb389fddf5d0e9315274.tar.gz
gleam_stdlib-f596dd9c1ad0822c04b5cb389fddf5d0e9315274.zip
Changes!
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af7ed73..f6f80df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## Unreleased
+- Fixed a bug where on JavaScript the `dynamic.field` function could crash when
+ given `null`.
- The `compose` and `constant` functions in the `function` module have been
deprecated in favour of the `fn` literal syntax.