Skip to content

Commit 5711638

Browse files
PgBiellpil
authored andcommitted
update CHANGELOG
1 parent 38aaa2a commit 5711638

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
`bool.and`.
1313
- The `max` function in the `bool` module has been deprecated in favour of
1414
`bool.or`.
15+
- Fixed a bug with `regex.split` where it could include `Nil` elements in the
16+
returned list of strings on the JavaScript target when the expression to
17+
split with included an optional match group which wasn't matched.
1518

1619
## v0.36.0 - 2024-02-26
1720

0 commit comments

Comments
 (0)