summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-21 18:03:06 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-21 18:39:32 -0500
commit3d2f49f6fe70a61fa501c3ed95d208ef10d3b94d (patch)
tree64d206879995a716bab4c5edc72f61f8f6b3fde8 /CHANGELOG.md
parent50b247243800d3ad683fb0a0839ed0364d0a6f55 (diff)
changelog: --pretty now behaves more sensibly
This actually just kind of fell out of the migration off of Clap as a result of treating `-p/--pretty` more rigorously as an alias for `--line-number --heading --color always`. Fixes #2381, Closes #2637
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 a839674b..1a2943dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -65,6 +65,8 @@ Bug fixes:
Fix gitignore parsing bug where a trailing `\/` resulted in an error.
* [BUG #2243](https://github.com/BurntSushi/ripgrep/issues/2243):
Fix `--sort` flag for values other than `path`.
+* [BUG #2381](https://github.com/BurntSushi/ripgrep/issues/2381):
+ Make `-p/--pretty` override flags like `--no-line-number`.
* [BUG #2392](https://github.com/BurntSushi/ripgrep/issues/2392):
Improve global git config parsing of the `excludesFile` field.
* [BUG #2480](https://github.com/BurntSushi/ripgrep/issues/2480):