aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinoas <mail@inoas.com>2022-04-11 20:54:29 +0200
committerLouis Pilfold <louis@lpil.uk>2022-04-12 23:00:26 +0100
commit2f8f469165b52f789661b34ca6c6310fc563893f (patch)
tree762e073be1e184867f66779b5f7ff47bd59cb8fb
parent97b12bb5ec023b0b1077e4559b1ba0f4932d8cb3 (diff)
downloadgleam_stdlib-2f8f469165b52f789661b34ca6c6310fc563893f.tar.gz
gleam_stdlib-2f8f469165b52f789661b34ca6c6310fc563893f.zip
fix changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e0867b3..f0576ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,7 @@
for empty strings on older JavaScript runtimes.
- The `bool` module gains the `to_string` function.
- The `function` module gains the `tap` function.
-- The JavaScript implementation of the `string` module's `string_replace` received fallback code for NodeJS 14 compatibility.
+- The JavaScript target implementation of the `string.replace` received fallback code for NodeJS 14 compatibility.
## v0.20.0 - 2022-02-22