From 2cb75a9eddccf59b04b80967c51b0a23b20bcb87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20M=2E=20Bezerra?= Date: Thu, 13 Oct 2022 18:46:00 -0300 Subject: [PATCH] add changelog entry --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3847a96..e5e4f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,9 @@ Categories Used: - New Features - new features added to ouch itself, not CI - Bug Fixes - Improvements - general enhancements -- Tweaks - Anything that doesn't fit into other categories, small typo fixes, most CI stuff, meta changes (e.g. README updates), etc. +- Tweaks - anything that doesn't fit into other categories, small typo fixes, most CI stuff, + meta changes (e.g. README updates), etc. +- Regression - removal of a feature (that might be readded, or reworked in the future) **Bullet points in chronological order by PR** @@ -100,6 +102,10 @@ Categories Used: - Update dependencies [\#276](https://github.com/ouch-org/ouch/pull/276) ([figsoda](https://github.com/figsoda)) - Rewrite progress module [\#280](https://github.com/ouch-org/ouch/pull/280) ([figsoda](https://github.com/figsoda)) +### Regression + +- Remove automatic detection for partial compression [\#286](https://github.com/ouch-org/ouch/pull/286) ([marcospb19](https://github.com/marcospb19)) + ### New Contributors - [@sigmaSd](https://github.com/sigmaSd) made their first contribution in [\#154](https://github.com/ouch-org/ouch/pull/154)