Skip to content

Commit 9549ff2

Browse files
keith-hallrobinst
andcommitted
Update CHANGELOG.md
Co-authored-by: Robin Stocker <robinst@canva.com>
1 parent a8e9e9a commit 9549ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ with the exception that 0.x versions can break between minor versions.
1010
### Added
1111
- Add an optimization step after the pattern is parsed but before it is analyzed.
1212
Currently it only optimizes one specific use-case - where the expression is easy except
13-
for a trailing positive lookahead whose contents are also easy. The optimization is to avoid the VM.
13+
for a trailing positive lookahead whose contents are also easy. The optimization is to delegate to the regex crate instead of using the backtracking VM.
1414

1515
## [0.15.0] - 2025-07-06
1616
### Added

0 commit comments

Comments
 (0)