Skip to content

Commit faeae67

Browse files
committed
changelog: add 0.2.3, 0.2.4 and 0.2.5
1 parent e8e95bb commit faeae67

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
0.2.5 (2017-12-30)
2+
==================
3+
Bug fixes:
4+
5+
* [BUG #437](https://github.com/rust-lang/regex/issues/437):
6+
Fixes a bug in the new Boyer-Moore searcher that results in a panic.
7+
8+
9+
0.2.4 (2017-12-30)
10+
==================
11+
New features:
12+
13+
* [FEATURE #348](https://github.com/rust-lang/regex/pull/348):
14+
Improve performance for capture searches on anchored regex.
15+
(Contributed by @ethanpailes. Nice work!)
16+
* [FEATURE #419](https://github.com/rust-lang/regex/pull/419):
17+
Expand literal searching to include Tuned Boyer-Moore in some cases.
18+
(Contributed by @ethanpailes. Nice work!)
19+
20+
Bug fixes:
21+
22+
* [BUG](https://github.com/rust-lang/regex/pull/436):
23+
The regex compiler plugin has been removed.
24+
* [BUG](https://github.com/rust-lang/regex/pull/436):
25+
`simd` has been bumped to `0.2.1`, which fixes a Rust nightly build error.
26+
* [BUG](https://github.com/rust-lang/regex/pull/436):
27+
Bring the benchmark harness up to date.
28+
29+
30+
0.2.3 (2017-11-30)
31+
==================
32+
New features:
33+
34+
* [FEATURE #374](https://github.com/rust-lang/regex/pull/374):
35+
Add `impl From<Match> for &str`.
36+
* [FEATURE #380](https://github.com/rust-lang/regex/pull/380):
37+
Derive `Clone` and `PartialEq` on `Error`.
38+
* [FEATURE #400](https://github.com/rust-lang/regex/pull/400):
39+
Update to Unicode 10.
40+
41+
Bug fixes:
42+
43+
* [BUG #375](https://github.com/rust-lang/regex/issues/375):
44+
Fix a bug that prevented the bounded backtracker from terminating.
45+
* [BUG #393](https://github.com/rust-lang/regex/issues/393),
46+
[BUG #394](https://github.com/rust-lang/regex/issues/394):
47+
Fix bug with `replace` methods for empty matches.
48+
49+
150
0.2.2 (2017-05-21)
251
==================
352
New features:

0 commit comments

Comments
 (0)