From f8945cba4b9ed2d5490cdf13be1c441fcf81d33f Mon Sep 17 00:00:00 2001 From: inoas Date: Mon, 29 May 2023 12:34:28 +0000 Subject: Fix repeated `regex.check()` calls on the same regex on target javascript (#459) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') 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. -- cgit v1.2.3