diff options
author | inoas <mail@inoas.com> | 2023-05-29 12:34:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-29 13:34:28 +0100 |
commit | f8945cba4b9ed2d5490cdf13be1c441fcf81d33f (patch) | |
tree | c1ebe5990396082d6f4621fb2e5a5c78080a7540 /CHANGELOG.md | |
parent | 940401f74cd2a35f7639ad8116a91d8af06925c0 (diff) | |
download | gleam_stdlib-f8945cba4b9ed2d5490cdf13be1c441fcf81d33f.tar.gz gleam_stdlib-f8945cba4b9ed2d5490cdf13be1c441fcf81d33f.zip |
Fix repeated `regex.check()` calls on the same regex on target javascript (#459)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ce51e9..a5ce2ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- Fixed a bug on target JavaScript where `regex.check` would not correctly execute + while using the same regular expression in consecutive calls. - The `zip` function's second argument in the `list` module gains the `with` label. - The `strict_zip` function's second argument in the `list` module gains the `with` label. |