Update CHANGELOG

This commit is contained in:
Chris Hennick 2023-05-21 12:18:35 -07:00
parent 468ed36f1b
commit 2c897b52b1
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74

View file

@ -170,4 +170,6 @@
- Calling `abort_file()` no longer corrupts the archive if called on a
shallow copy of a remaining file, or on an archive whose CDR entries are out
of sequence. However, it may leave an unused entry in the archive.
of sequence. However, it may leave an unused entry in the archive.
- Calling `abort_file()` while writing a ZipCrypto-encrypted file no longer
causes a crash.