diff options
author | Rado <r.hampartsumyan@viscomp.bg> | 2024-06-23 14:59:25 +0300 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-06-23 13:37:27 +0100 |
commit | 4a08ef5d49045491e253e6f51204466e98ffb80f (patch) | |
tree | 57426e1dbea83fd5747b2cb3a8597905a1b5f56d /CHANGELOG.md | |
parent | 111150c30eb4d7ad03b8fb8e09bbf59d73d08bda (diff) | |
download | gleam_stdlib-4a08ef5d49045491e253e6f51204466e98ffb80f.tar.gz gleam_stdlib-4a08ef5d49045491e253e6f51204466e98ffb80f.zip |
Update changelog
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 babdaf3..e5f56c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ - Fixed a bug where Base64 encoding a bit array larger than ~100KiB would throw an exception on JavaScript. - Fixed `float.parse` failing to parse exponential notation on JavaScript. +- The `regex` module gains the `replace` function. ## v0.38.0 - 2024-05-24 |