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 f8ebdbb commit 6152de4Copy full SHA for 6152de4
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+1.1.3 (2019-03-30)
2
+==================
3
+This releases fixes a few bugs and adds a performance improvement when a regex
4
+is a simple alternation of literals.
5
+
6
+Performance improvements:
7
8
+* [OPT #566](https://github.com/rust-lang/regex/pull/566):
9
+ Upgrades `aho-corasick` to 0.7 and uses it for `foo|bar|...|quux` regexes.
10
11
12
1.1.2 (2019-02-27)
13
==================
14
This release fixes a bug found in the fix introduced in 1.1.1.
0 commit comments