File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
- 1.10.4 (2024-06-09)
1
+ 1.10.5 (2024-06-09)
2
2
===================
3
3
This is a new patch release with some minor fixes.
4
4
@@ -8,6 +8,17 @@ Bug fixes:
8
8
Escape invalid UTF-8 when in the ` Debug ` impl of ` regex::bytes::Match ` .
9
9
10
10
11
+ 1.10.4 (2024-03-22)
12
+ ===================
13
+ This is a new patch release with some minor fixes.
14
+
15
+ * [ BUG #1169 ] ( https://github.com/rust-lang/regex/issues/1169 ) :
16
+ Fixes a bug with compiling a reverse NFA automaton in ` regex-automata ` .
17
+ * [ BUG #1178 ] ( https://github.com/rust-lang/regex/pull/1178 ) :
18
+ Clarifies that when ` Cow::Borrowed ` is returned from replace APIs, it is
19
+ equivalent to the input.
20
+
21
+
11
22
1.10.3 (2024-01-21)
12
23
===================
13
24
This is a new patch release that fixes the feature configuration of optional
You can’t perform that action at this time.
0 commit comments