summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-21 20:08:39 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-25 15:03:53 -0500
commitb7df9f8caa842b4904aa086b52485e63758621e6 (patch)
tree5325f45e14aebf34274a3187f07b37ae019fe44d
parentebb986e767655f8c9c05a7a7e99b09236a6e8be5 (diff)
changelog: mention --field-match-separator bug fix
This was probably fixed in the migration off of Clap. Closes #2519
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 05cfc610..607430b8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -77,6 +77,8 @@ Bug fixes:
Improve global git config parsing of the `excludesFile` field.
* [BUG #2480](https://github.com/BurntSushi/ripgrep/issues/2480):
Fix bug when using inline regex flags with `-e/--regexp`.
+* [BUG #2519](https://github.com/BurntSushi/ripgrep/issues/2519):
+ Fix incorrect default value in documentation for `--field-match-separator`.
* [BUG #2523](https://github.com/BurntSushi/ripgrep/issues/2523):
Make executable searching take `.com` into account on Windows.
* [BUG #2574](https://github.com/BurntSushi/ripgrep/issues/2574):