From 1ea3552f2d85f2a0b369042af7269645971bd2fc Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 25 Nov 2023 13:48:58 -0500 Subject: [PATCH] changelog: mention perf improvement for inner literals Fixes #1746 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index feaac274..12b1c66b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ owns this process itself by writing `roff` directly. Performance improvements: +* [PERF #1746](https://github.com/BurntSushi/ripgrep/issues/1746): + Make some cases with inner literals faster. * [PERF #1760](https://github.com/BurntSushi/ripgrep/issues/1760): Make most searches with `\b` look-arounds (among others) much faster. * [PERF #2591](https://github.com/BurntSushi/ripgrep/pull/2591):