summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-01-22 20:57:28 -0500
committerAndrew Gallant <jamslam@gmail.com>2019-01-22 20:57:28 -0500
commit57500ad01381f8c4ed6436af627680969c6e2de2 (patch)
tree41f9fa94c1b59f706d35f562ae4a18701bcdf929
parent0b04553affdb4e15ffd4ef2a29840cad3fc4fc7a (diff)
changelog: brotli/zstd addition
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e7792a3d..67f89a2a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,8 @@ TODO.
Feature enhancements:
+* [FEATURE #1099](https://github.com/BurntSushi/ripgrep/pull/1099):
+ Add support for Brotli and Zstd to the `-z/--search-zip` flag.
* [FEATURE #1170](https://github.com/BurntSushi/ripgrep/pull/1170):
Add `--ignore-file-case-insensitive` for case insensitive .ignore globs.