aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorinoas <mail@inoas.com>2022-08-10 01:31:34 +0200
committerLouis Pilfold <louis@lpil.uk>2022-08-10 08:46:11 +0100
commit7eba059318b85a13cb9b4f5292dac92102b18b45 (patch)
tree333845791d004ed8a707897e0c88cfa4f918870a /CHANGELOG.md
parentc6f3c12cf0a651bcfe3e514d42715dda515b61a4 (diff)
downloadgleam_stdlib-7eba059318b85a13cb9b4f5292dac92102b18b45.tar.gz
gleam_stdlib-7eba059318b85a13cb9b4f5292dac92102b18b45.zip
add changelog
Diffstat (limited to 'CHANGELOG.md')
-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