summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-03-15 09:55:31 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-03-15 13:19:14 -0400
commitdaa831939873a50cd7e193a7211b5e3d37ad631c (patch)
treeb32e04af1842ad5faf9aa46d918e0e0caa572a8d /CHANGELOG.md
parent3a6a24a52ad43d55554240b43e8be989c78e4efe (diff)
doc: note ripgrep's stdin behavior
Fixes #1439
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 8454b46c..d7ab5739 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -55,6 +55,8 @@ Bug fixes:
Document usage of `--type all`.
* [BUG #1389](https://github.com/BurntSushi/ripgrep/issues/1389):
Fixes a bug where ripgrep would panic when searching a symlinked directory.
+* [BUG #1439](https://github.com/BurntSushi/ripgrep/issues/1439):
+ Improve documentation for ripgrep's automatic stdin detection.
* [BUG #1445](https://github.com/BurntSushi/ripgrep/issues/1445):
ripgrep now respects ignore rules from .git/info/exclude in worktrees.
* [BUG #1485](https://github.com/BurntSushi/ripgrep/issues/1485):