diff options
-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 |