We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 052176d commit 8aa479dCopy full SHA for 8aa479d
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-TBD
2
-===
+0.2.7 (2018-03-07)
+==================
3
This release includes a ground-up rewrite of the regex-syntax crate, which has
4
been in development for over a year.
5
@@ -30,6 +30,13 @@ New features:
30
* [FEATURE #424](https://github.com/rust-lang/regex/issues/424):
31
Support `\u`, `\u{...}`, `\U` and `\U{...}` syntax for specifying code points
32
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.
40
41
42
0.2.6 (2018-02-08)
0 commit comments