summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-26 14:05:23 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-26 14:05:23 -0500
commit8058859701f49abf0b70f506a736bf932272888b (patch)
tree2d43d3dc200604fd50596ad1d11fddd2046c2374
parente9ff90c8ffc9308cb1a5acb37e1adf8299124ed8 (diff)
changelog: add link for reporting perf improvements/regressions
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d9da914d..bcdf1c1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,7 +15,10 @@ with hyperlinks][report-hyperlinks], positive or negative.
Another headling development in this release is that it contains a rewrite of
its regex engine. You generally shouldn't notice any changes, except for some
searches may get faster. You can read more about the [regex engine rewrite on
-my blog][regex-internals].
+my blog][regex-internals]. Please [report your performance improvements or
+regressions that you notice][report-perf].
+
+[report-perf]: https://github.com/BurntSushi/ripgrep/discussions/2652
Finally, ripgrep switched the library it uses for argument parsing. Users
should not notice a difference in most cases (error messages have changed