summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>2019-09-26 14:50:40 +0300
committerAndrew Gallant <jamslam@gmail.com>2020-02-17 17:16:28 -0500
commite71eedf0eb802c27541292f06676aa782be9bd21 (patch)
treeea54ad6eceeee6e08aa85f23809132c9780d8ceb /CHANGELOG.md
parent88f46d12f1f3f7c2eac925ecb0b1c816ffddb943 (diff)
cli: add --no-context-separator flag
--context-separator='' still adds a new line separator, which could still potentially be useful. So we add a new `--no-context-separator` flag that completely disables context separators even when the -A/-B/-C context flags are used. Closes #1390
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 083000de..25d0a209 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,11 @@ Performance improvements:
* [PERF #1381](https://github.com/BurntSushi/ripgrep/pull/1381):
Directory traversal is sped up with speculative ignore-file existence checks.
+Feature enhancements:
+
+* [FEATURE #1390](https://github.com/BurntSushi/ripgrep/pull/1390):
+ Add new `--no-context-separator` flag that always hides context separators.
+
Bug fixes:
* [BUG #1335](https://github.com/BurntSushi/ripgrep/issues/1335):