summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-07-22 09:32:31 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-07-22 09:33:03 -0400
commitb9c922be53fdadb28ddbb02b4b0d0a63f8bdebe7 (patch)
tree21e927aee8f21629405b33558f6fbfc1fb8067a2 /CHANGELOG.md
parent7a44cad599d7602ccd4395136c14587c159a37a3 (diff)
ripgrep: better --path-separator error message
This commit improves the error message when --path-separator fails. Namely, it prints the separator it got and also prints a notice for Windows users for common failure modes. Fixes #957
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 99303c38..f4fafc5f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -87,6 +87,9 @@ Bug fixes:
* [BUG #955](https://github.com/BurntSushi/ripgrep/issues/955):
Use buffered writing when not printing to a tty, which fixes a performance
regression.
+* [BUG #957](https://github.com/BurntSushi/ripgrep/issues/957):
+ Improve the error message shown for `--path separator /` in some Windows
+ shells.
* [BUG #964](https://github.com/BurntSushi/ripgrep/issues/964):
Add a `--no-fixed-strings` flag to disable `-F/--fixed-strings`.
* [BUG #988](https://github.com/BurntSushi/ripgrep/issues/988):