We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e040c1b commit 967a090Copy full SHA for 967a090
CHANGELOG.md
@@ -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
16
1.4.3 (2021-01-08)
17
==================
18
This is a small patch release that adds some missing standard trait
0 commit comments