aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
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.