aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinoas <mail@inoas.com>2022-08-10 01:33:44 +0200
committerLouis Pilfold <louis@lpil.uk>2022-08-10 08:46:11 +0100
commit6061e1393c22e440a3509dc9579ec368e4b0d613 (patch)
treea550b4636d0e47dec94d66135f952f6564a848d7
parent7eba059318b85a13cb9b4f5292dac92102b18b45 (diff)
downloadgleam_stdlib-6061e1393c22e440a3509dc9579ec368e4b0d613.tar.gz
gleam_stdlib-6061e1393c22e440a3509dc9579ec368e4b0d613.zip
ref
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2e07d19..755592e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
## Unreleased
-- Fixed `string.inspect` and `io.debug` crashing on improper Erlang lists.
+- Fixed `string.inspect` and `io.debug` crashing on improper Erlang lists (#333).
## v0.22.3 - 2022-08-09
@@ -49,7 +49,7 @@
- The `int` module gains the `random` function.
- The JavaScript target implementation of the `string.replace` received a bug
fix.
-- The `list` module gains a `prepend` function. (#284)
+- The `list` module gains a `prepend` function (#284).
## v0.20.0 - 2022-02-22