diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-04-24 13:23:51 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-04-24 13:23:51 +0100 |
commit | 480777dc4f52410ba8619ce63e5cf1d3f2db125a (patch) | |
tree | b129bf510202186c1692375b6a9f5a220516a68d | |
parent | fe0a682670f727bb53e8a961f97718abebe1c69d (diff) | |
download | gleam_stdlib-480777dc4f52410ba8619ce63e5cf1d3f2db125a.tar.gz gleam_stdlib-480777dc4f52410ba8619ce63e5cf1d3f2db125a.zip |
Changes
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a7dd7a..31f65a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,8 @@ - The `function` module gains the `tap` function. - The `float` module gains the `random` function. - The `int` module gains the `random` function. -- The JavaScript target implementation of the `string.replace` received +- The JavaScript target implementation of the `string.replace` received a bug + fix. - The `list` module gains a `prepend` function. (#284) ## v0.20.0 - 2022-02-22 |