Skip to content

Commit 8aa479d

Browse files
committed
changelog: 0.2.7
1 parent 052176d commit 8aa479d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
TBD
2-
===
1+
0.2.7 (2018-03-07)
2+
==================
33
This release includes a ground-up rewrite of the regex-syntax crate, which has
44
been in development for over a year.
55

@@ -30,6 +30,13 @@ New features:
3030
* [FEATURE #424](https://github.com/rust-lang/regex/issues/424):
3131
Support `\u`, `\u{...}`, `\U` and `\U{...}` syntax for specifying code points
3232
in a regular expression.
33+
* [FEATURE #449](https://github.com/rust-lang/regex/pull/449):
34+
Add a `Replace::by_ref` adapter for use of a replacer without consuming it.
35+
36+
Bug fixes:
37+
38+
* [BUG #446](https://github.com/rust-lang/regex/issues/446):
39+
We re-enable the Boyer-Moore literal matcher.
3340

3441

3542
0.2.6 (2018-02-08)

0 commit comments

Comments
 (0)