summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-09-04 23:24:22 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-09-04 23:24:22 -0400
commit827179250b188e150db5851c85439605a58a884d (patch)
tree35d041fb3561c2e00c8f42547936f059a792edf8
parentfd22cd520bf7c76b53ec0001dff5bf898ce92c75 (diff)
changelog: assign feature idgrep-cli-0.1.0
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f757f550..5ca0711b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -44,9 +44,9 @@ Feature enhancements:
Add `--null-data` flag, which makes ripgrep use NUL as a line terminator.
* [FEATURE #997](https://github.com/BurntSushi/ripgrep/issues/997):
The `--passthru` flag now works with the `--replace` flag.
-* FEATURE:
+* [FEATURE #1038-1](https://github.com/BurntSushi/ripgrep/issues/1038):
Add `--line-buffered` and `--block-buffered` for forcing a buffer strategy.
-* FEATURE:
+* [FEATURE #1038-2](https://github.com/BurntSushi/ripgrep/issues/1038):
Add `--pre-glob` for filtering files through the `--pre` flag.
Bug fixes: