We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee94996 commit c28bf5dCopy full SHA for c28bf5d
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+1.4.3 (2021-01-08)
2
+==================
3
+This is a small patch release that adds some missing standard trait
4
+implementations for some types in the public API.
5
+
6
+Bug fixes:
7
8
+* [BUG #734](https://github.com/rust-lang/regex/pull/734):
9
+ Add `FusedIterator` and `ExactSizeIterator` impls to iterator types.
10
+* [BUG #735](https://github.com/rust-lang/regex/pull/735):
11
+ Add missing `Debug` impls to public API types.
12
13
14
1.4.2 (2020-11-01)
15
==================
16
This is a small bug fix release that bans `\P{any}`. We previously banned empty
0 commit comments