summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-07-22 09:38:49 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-07-22 09:38:49 -0400
commit6771626553934f16306e8409aee78f7a63e43738 (patch)
treeb4cf81e211d17060774f54aa6a86612e1c8c25e5 /CHANGELOG.md
parentb9c922be53fdadb28ddbb02b4b0d0a63f8bdebe7 (diff)
ripgrep: improve usage documentation
This shows an example for reading stdin. Fixes #951
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 f4fafc5f..ec60755d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -84,6 +84,8 @@ Bug fixes:
* [BUG #948](https://github.com/BurntSushi/ripgrep/issues/948):
ripgrep now uses an exit code of 2 to indicate an error, and uses an exit
code of 1 to indicate that no matches were found.
+* [BUG #951](https://github.com/BurntSushi/ripgrep/issues/951):
+ Add stdin example to ripgrep usage documentation.
* [BUG #955](https://github.com/BurntSushi/ripgrep/issues/955):
Use buffered writing when not printing to a tty, which fixes a performance
regression.