diff options
author | PgBiel <9021226+PgBiel@users.noreply.github.com> | 2024-04-15 20:36:02 -0300 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-04-19 13:17:47 +0100 |
commit | 57116383befc508f2f5ba944386e7e0e5a6c0e59 (patch) | |
tree | 8d521692879b923a7a94e27fe2b2ff3554681528 | |
parent | 38aaa2aa6aba8dcaffea28192567c983a5a10853 (diff) | |
download | gleam_stdlib-57116383befc508f2f5ba944386e7e0e5a6c0e59.tar.gz gleam_stdlib-57116383befc508f2f5ba944386e7e0e5a6c0e59.zip |
update CHANGELOG
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 574f0c8..51930b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ `bool.and`. - The `max` function in the `bool` module has been deprecated in favour of `bool.or`. +- Fixed a bug with `regex.split` where it could include `Nil` elements in the + returned list of strings on the JavaScript target when the expression to + split with included an optional match group which wasn't matched. ## v0.36.0 - 2024-02-26 |