summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKyle Todeschini <dragonite44@gmail.com>2022-01-12 21:18:20 +1100
committerAndrew Gallant <jamslam@gmail.com>2023-07-08 18:52:42 -0400
commit3b66f37a31d4fcc2aedc0737692c820d26452be4 (patch)
tree4908dc13afb3bc2e015d906f9356aaa1e7171125 /CHANGELOG.md
parent3eccb7c363d23d3b5e936721ed3e4358fe0acc7c (diff)
doc: improve -r/--replace flag syntax docs
Fixes #2108, Closes #2123
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e67e6ac1..baa58b5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,8 @@ Bug fixes:
Fix bug when using `-w` with a regex that can match the empty string.
* [BUG #1911](https://github.com/BurntSushi/ripgrep/issues/1911):
Disable mmap searching in all non-64-bit environments.
+* [BUG #2108](https://github.com/BurntSushi/ripgrep/issues/2108):
+ Improve docs for `-r/--replace` syntax.
* [BUG #2198](https://github.com/BurntSushi/ripgrep/issues/2198):
Fix bug where `--no-ignore-dot` would not ignore `.rgignore`.
* [BUG #2288](https://github.com/BurntSushi/ripgrep/issues/2288):
@@ -33,6 +35,7 @@ Bug fixes:
* [BUG #2523](https://github.com/BurntSushi/ripgrep/issues/2523):
Make executable searching take `.com` into account on Windows.
+
13.0.0 (2021-06-12)
===================
ripgrep 13 is a new major version release of ripgrep that primarily contains