Skip to content

Commit 967a090

Browse files
committed
changelog: 1.4.4
1 parent e040c1b commit 967a090

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
1.4.4 (2021-03-11)
2+
==================
3+
This is a small patch release that contains some bug fixes. Notably, it also
4+
drops the `thread_local` (and `lazy_static`, via transitivity) dependencies.
5+
6+
Bug fixes:
7+
8+
* [BUG #362](https://github.com/rust-lang/regex/pull/362):
9+
Memory leaks caused by an internal caching strategy should now be fixed.
10+
* [BUG #576](https://github.com/rust-lang/regex/pull/576):
11+
All regex types now implement `UnwindSafe` and `RefUnwindSafe`.
12+
* [BUG #728](https://github.com/rust-lang/regex/pull/749):
13+
Add missing `Replacer` impls for `Vec<u8>`, `String`, `Cow`, etc.
14+
15+
116
1.4.3 (2021-01-08)
217
==================
318
This is a small patch release that adds some missing standard trait

0 commit comments

Comments
 (0)