Skip to content

Commit 85d9118

Browse files
committed
changelog: small updates
Just a bit of polishing.
1 parent aa64e6d commit 85d9118

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
==================
33
This release marks the end of a [years long rewrite of the regex crate
44
internals](https://github.com/rust-lang/regex/issues/656). Since this is
5-
such a big release, please report any issues or regressions you find. I would
5+
such a big release, please report any issues or regressions you find. We would
66
also love to hear about improvements as well.
77

88
In addition to many internal improvements that should hopefully result in
99
"my regex searches are faster," there have also been a few API additions:
1010

11-
* A new `Captures::extract` method exists for quickly accessing the substrings
11+
* A new `Captures::extract` method for quickly accessing the substrings
1212
that match each capture group in a regex.
1313
* A new inline flag, `R`, which enables CRLF mode. This makes `.` match any
1414
Unicode scalar value except for `\r` and `\n`, and also makes `(?m:^)` and
@@ -37,7 +37,7 @@ Multi-pattern searches with offsets can be done with `regex-automata 0.3`.
3737
* [FEATURE #675](https://github.com/rust-lang/regex/issues/675):
3838
Anchored search APIs are now available in `regex-automata 0.3`.
3939
* [FEATURE #824](https://github.com/rust-lang/regex/issues/824):
40-
Add new `Capptures::extract` method for easier capture group access.
40+
Add new `Captures::extract` method for easier capture group access.
4141
* [FEATURE #961](https://github.com/rust-lang/regex/issues/961):
4242
Add `regex-lite` crate with smaller binary sizes and faster compile times.
4343

0 commit comments

Comments
 (0)