diff options
-rw-r--r-- | CHANGELOG.md | 2 |
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 |