add changelog entry

This commit is contained in:
João M. Bezerra 2022-10-13 18:46:00 -03:00
parent 3d29e17060
commit 2cb75a9edd

View File

@ -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)