File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
16
1.4.3 (2021-01-08)
2
17
==================
3
18
This is a small patch release that adds some missing standard trait
You can’t perform that action at this time.
0 commit comments