Skip to content

Commit 663fc54

Browse files
committed
changelog: 1.9.1
1 parent 4e89cbf commit 663fc54

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
114
1.9.0 (2023-07-05)
215
==================
316
This release marks the end of a [years long rewrite of the regex crate

0 commit comments

Comments
 (0)