Update CHANGELOG

This commit is contained in:
Chris Hennick 2023-04-29 16:45:03 -07:00
parent 6290a028a1
commit 7bad785f47
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74

View file

@ -44,4 +44,10 @@
### Changed
- Improved performance of `deep_copy_file` by using a HashMap and eliminating a redundant search.
- Improved performance of `deep_copy_file` by using a HashMap and eliminating a redundant search.
## [0.6.9]
### Fixed
- Fixed an issue that prevented `ZipWriter` from implementing `Send`.