aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.