Skip to content

Commit 9b41e68

Browse files
committed
changelog: 1.3.4
1 parent ea4009a commit 9b41e68

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
1.3.3 (2020-01-09)
214
==================
315
This is a small maintenance release that upgrades the dependency on

0 commit comments

Comments
 (0)