From ce7246acab5211205336607fafbc33bc60f4a64a Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 30 Jan 2023 21:02:32 -0500 Subject: [PATCH] add changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dacd571..e058e61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,10 @@ Categories Used: ## [Unreleased](https://github.com/ouch-org/ouch/compare/0.4.1...HEAD) +### Improvements + +- Multi-threaded compression for gzip and snappy using gzp [\#348](https://github.com/ouch-org/ouch/pull/348) ([figsoda](https://github.com/figsoda)) + ## [0.4.1](https://github.com/ouch-org/ouch/compare/0.4.0...0.4.1) ### New Features