add changelog entry

This commit is contained in:
figsoda 2023-01-31 11:00:28 -05:00
parent 2238a20f0f
commit d721d0512d

View File

@ -24,6 +24,10 @@ Categories Used:
- Multi-threaded compression for gzip and snappy using gzp [\#348](https://github.com/ouch-org/ouch/pull/348) ([figsoda](https://github.com/figsoda))
### Bug fixes
- Fix handling of unknown extensions during decompression [\#355](https://github.com/ouch-org/ouch/pull/355) ([figsoda](https://github.com/figsoda))
## [0.4.1](https://github.com/ouch-org/ouch/compare/0.4.0...0.4.1)
### New Features