diff options
author | inoas <mail@inoas.com> | 2022-04-11 20:54:56 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-04-12 23:00:26 +0100 |
commit | 907c6e367ddc572f60293ecd37c2780b0b2385df (patch) | |
tree | a1a880bcfd0028544a6d46a63db42f68d668110c | |
parent | 2f8f469165b52f789661b34ca6c6310fc563893f (diff) | |
download | gleam_stdlib-907c6e367ddc572f60293ecd37c2780b0b2385df.tar.gz gleam_stdlib-907c6e367ddc572f60293ecd37c2780b0b2385df.zip |
fix changelog
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f0576ed..40db7cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ for empty strings on older JavaScript runtimes. - The `bool` module gains the `to_string` function. - The `function` module gains the `tap` function. -- The JavaScript target implementation of the `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 |