Skip to content

Commit dee5c25

Browse files
committed
changelog: 1.6.0
1 parent 9ca3099 commit dee5c25

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
1.6.0 (2022-07-05)
2+
==================
3+
This release principally includes an upgrade to Unicode 14.
4+
5+
New features:
6+
7+
* [FEATURE #832](https://github.com/rust-lang/regex/pull/832):
8+
Clarify that `Captures::len` includes all groups, not just matching groups.
9+
* [FEATURE #857](https://github.com/rust-lang/regex/pull/857):
10+
Add an `ExactSizeIterator` impl for `SubCaptureMatches`.
11+
* [FEATURE #861](https://github.com/rust-lang/regex/pull/861):
12+
Improve `RegexSet` documentation examples.
13+
* [FEATURE #877](https://github.com/rust-lang/regex/issues/877):
14+
Upgrade to Unicode 14.
15+
16+
Bug fixes:
17+
18+
* [BUG #792](https://github.com/rust-lang/regex/issues/792):
19+
Fix error message rendering bug.
20+
21+
122
1.5.6 (2022-05-20)
223
==================
324
This release includes a few bug fixes, including a bug that produced incorrect

0 commit comments

Comments
 (0)