Skip to content

Commit 6152de4

Browse files
committed
changelog: start changelog for 1.1.3 release
1 parent f8ebdbb commit 6152de4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
1.1.2 (2019-02-27)
213
==================
314
This release fixes a bug found in the fix introduced in 1.1.1.

0 commit comments

Comments
 (0)