aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88fe39e..6b43e9e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,10 @@
## Unreleased
-- Don't crash when `null` or `undefined` is passed to `dynamic.map`
+- Fixed a bug where `dynamic.map` would crash when passed the JavaScript values
+ of `null` or `undefined`.
+- Fixed a bug where `io.debug` would crash when called in a React Native
+ environment.
## v0.28.1 - 2023-04-10
- The `iterator` module gains the `each` function.