From 57500ad01381f8c4ed6436af627680969c6e2de2 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 22 Jan 2019 20:57:28 -0500 Subject: [PATCH] changelog: brotli/zstd addition --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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.