We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93ddbe commit 4f3390cCopy full SHA for 4f3390c
CHANGELOG.md
@@ -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
14
1.9.1 (2023-07-07)
15
==================
16
This is a patch release which fixes a memory usage regression. In the regex
0 commit comments