aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorE Jikan <e@vstream-corp.com>2022-04-07 17:23:20 -0700
committerLouis Pilfold <louis@lpil.uk>2022-04-16 11:17:19 +0100
commitcb9e4cae4c7bd3f8a9bfa3bd7d4d5fecf7f18fc7 (patch)
tree7105dbb9e7813d456659c0123df435e80261c47c
parent377dcd20aa5b183eb5f66245cb8c72a7e625dff0 (diff)
downloadgleam_stdlib-cb9e4cae4c7bd3f8a9bfa3bd7d4d5fecf7f18fc7.tar.gz
gleam_stdlib-cb9e4cae4c7bd3f8a9bfa3bd7d4d5fecf7f18fc7.zip
chore: Update CHANGELOG
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9fdb5b..c9dd598 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,7 +11,7 @@
- The `float` module gains the `random` function.
- The `int` module gains the `random` function.
- The JavaScript target implementation of the `string.replace` received
- fallback code for NodeJS 14 compatibility.
+- The `list` module gains a `prepend` function. (#284)
## v0.20.0 - 2022-02-22