We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c4f0b commit 377463bCopy full SHA for 377463b
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-1.10.4 (2024-06-09)
+1.10.5 (2024-06-09)
2
===================
3
This is a new patch release with some minor fixes.
4
@@ -8,6 +8,17 @@ Bug fixes:
8
Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`.
9
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
22
1.10.3 (2024-01-21)
23
24
This is a new patch release that fixes the feature configuration of optional
0 commit comments