summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKalle Samuels <charles@derkarl.org>2018-04-27 09:37:53 +0000
committerAndrew Gallant <jamslam@gmail.com>2018-07-21 16:26:39 -0400
commit1d09d4d31ba3ac2eb09edf31e8ec46b2b5cec388 (patch)
treef1f9696f5a37500d3b4ae0b6d6f452ab77a1d7b4 /CHANGELOG.md
parent02f08f3800611c214f8f51cd3bf8fcc9b24de331 (diff)
ripgrep: add support for lz4 decompression
This uses the lz4 binary for decompression. Closes #898
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 c7105c55..b2130854 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -42,6 +42,8 @@ Feature enhancements:
Add `--count-matches` flag, which is like `--count`, but for each match.
* [FEATURE #880](https://github.com/BurntSushi/ripgrep/issues/880):
Add a `--no-column` flag, which disables column numbers in the output.
+* [FEATURE #898](https://github.com/BurntSushi/ripgrep/issues/898):
+ Add support for `lz4` when using the `-z/--search-zip` flag.
* [FEATURE #924](https://github.com/BurntSushi/ripgrep/issues/924):
`termcolor` has moved to its own repository:
https://github.com/BurntSushi/termcolor