From 83271f038e70f3c26ee095b603a242f122af8a46 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 19 Mar 2023 15:07:44 -0400 Subject: [PATCH] add changelog entry --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 032c17b..ba185a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,12 @@ Categories Used: ## [Unreleased](https://github.com/ouch-org/ouch/compare/0.4.1...HEAD) +### New Features + +- Add flags to configure the compression level + - `--level` to precisely set the compression level [\#372](https://github.com/ouch-org/ouch/pull/372) ([xgdgsc](https://github.com/xgdgsc)) + - `--fast` and `--slow` [\#374](https://github.com/ouch-org/ouch/pull/374) ([figsoda](https://github.com/figsoda)) + ### Improvements - Multi-threaded compression for gzip and snappy using gzp [\#348](https://github.com/ouch-org/ouch/pull/348) ([figsoda](https://github.com/figsoda))