aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e2f045..2e07d19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## Unreleased
+
+- Fixed `string.inspect` and `io.debug` crashing on improper Erlang lists.
+
## v0.22.3 - 2022-08-09
- Removed a duplicate import.
@@ -12,7 +16,7 @@
ranges when compiled to JavaScript.
- Fixed a bug where the `list` module's `contains`, `any`, and `all` could
exhaust the stack when compiling to JavaScript.
-- `list.range` and `iterator.range` return values are now inclusive of both start and end bounds.
+- `list.range` and `iterator.range` return values are now inclusive of both start and end bounds.
## v0.22.1 - 2022-06-27