Skip to content

Commit c28bf5d

Browse files
committed
changelog: 1.4.3
1 parent ee94996 commit c28bf5d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
114
1.4.2 (2020-11-01)
215
==================
316
This is a small bug fix release that bans `\P{any}`. We previously banned empty

0 commit comments

Comments
 (0)