File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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+
1221.5.6 (2022-05-20)
223==================
324This release includes a few bug fixes, including a bug that produced incorrect
You can’t perform that action at this time.
0 commit comments