diff options
author | inoas <mail@inoas.com> | 2022-04-11 15:33:33 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-04-12 23:00:26 +0100 |
commit | 97b12bb5ec023b0b1077e4559b1ba0f4932d8cb3 (patch) | |
tree | 8f3857145f69984f9eca203ffb2d3ba1044b00fd /CHANGELOG.md | |
parent | 12a0f53eb5c95e774fc537398a27ed42f3873ab6 (diff) | |
download | gleam_stdlib-97b12bb5ec023b0b1077e4559b1ba0f4932d8cb3.tar.gz gleam_stdlib-97b12bb5ec023b0b1077e4559b1ba0f4932d8cb3.zip |
JavaScript implementation of the module's receives fallback code for NodeJS 14 compatibility
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c16bea4..e0867b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +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. ## v0.20.0 - 2022-02-22 |