Skip to content

Commit 4f3390c

Browse files
committed
changelog: 1.9.2
1 parent d93ddbe commit 4f3390c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
1.9.2 (2023-08-05)
2+
==================
3+
This is a patch release that fixes another memory usage regression. This
4+
particular regression occurred only when using a `RegexSet`. In some cases,
5+
much more heap memory (by one or two orders of magnitude) was allocated than in
6+
versions prior to 1.9.0.
7+
8+
Bug fixes:
9+
10+
* [BUG #1059](https://github.com/rust-lang/regex/issues/1059):
11+
Fix a memory usage regression when using a `RegexSet`.
12+
13+
114
1.9.1 (2023-07-07)
215
==================
316
This is a patch release which fixes a memory usage regression. In the regex

0 commit comments

Comments
 (0)