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 4e89cbf commit 663fc54Copy full SHA for 663fc54
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+1.9.1 (2023-07-07)
2
+==================
3
+This is a patch release which fixes a memory usage regression. In the regex
4
+1.9 release, one of the internal engines used a more aggressive allocation
5
+strategy than what was done previously. This patch release reverts to the
6
+prior on-demand strategy.
7
+
8
+Bug fixes:
9
10
+* [BUG #1027](https://github.com/rust-lang/regex/issues/1027):
11
+Change the allocation strategy for the backtracker to be less aggressive.
12
13
14
1.9.0 (2023-07-05)
15
==================
16
This release marks the end of a [years long rewrite of the regex crate
0 commit comments