Skip to content

Commit 377463b

Browse files
committed
changelog: 1.10.4 and 1.10.5
We had previously release regex 1.10.4 but omitted a changelog entry for it. So this adds it.
1 parent 68c4f0b commit 377463b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.10.4 (2024-06-09)
1+
1.10.5 (2024-06-09)
22
===================
33
This is a new patch release with some minor fixes.
44

@@ -8,6 +8,17 @@ Bug fixes:
88
Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`.
99

1010

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+
1122
1.10.3 (2024-01-21)
1223
===================
1324
This is a new patch release that fixes the feature configuration of optional

0 commit comments

Comments
 (0)