summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-05-21 22:22:51 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-05-21 22:22:51 -0400
commita700b758436548560aab16609e998c32180c824a (patch)
treef5b25f22129ad06123c5ead92575118edc173762 /CHANGELOG.md
parentb72ad8f8aa897191cef8e7ebacd8d4eb5f4b9065 (diff)
doc: clarify capture group indices
And in particular, note the special $0 index, which corresponds to the entire match. Fixes #1591
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88169fb4..30651388 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ Bug fixes:
* [BUG #1581](https://github.com/BurntSushi/ripgrep/issues/1581):
Corrects some egregious markup output in `--help`.
+* [BUG #1591](https://github.com/BurntSushi/ripgrep/issues/1591):
+ Mention the special `$0` capture group in docs for the `-r/--replace` flag.
12.1.0 (2020-05-09)