We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4009a commit 9b41e68Copy full SHA for 9b41e68
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+1.3.4 (2020-01-30)
2
+==================
3
+This is a small bug fix release that fixes a bug related to the scoping of
4
+flags in a regex. Namely, before this fix, a regex like `((?i)a)b)` would
5
+match `aB` despite the fact that `b` should not be matched case insensitively.
6
+
7
+Bug fixes:
8
9
+* [BUG #640](https://github.com/rust-lang/regex/issues/640):
10
+ Fix bug related to the scoping of flags in a regex.
11
12
13
1.3.3 (2020-01-09)
14
==================
15
This is a small maintenance release that upgrades the dependency on
0 commit comments