From e35a4ee9381098d74dd923dce6ddfeb2923b1759 Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Sat, 13 May 2023 16:07:35 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a8843ec..366522d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -123,4 +123,21 @@ ### Fixed - - Fixed a bug that occurs when ZIP64 magic bytes occur twice in a filename or across two filenames. \ No newline at end of file + - Fixed a bug that occurs when ZIP64 magic bytes occur twice in a filename or across two filenames. + +## [0.8.0] + +### Deleted + + - Methods `start_file_aligned`, `start_file_with_extra_data`, `end_local_start_central_extra_data` and + `end_extra_data` (see below). + +### Changed + + - Alignment and extra-data fields are now attributes of [`zip_next::unstable::write::FileOptions`], allowing them to be + specified for `add_directory` and `add_symlink`. + - Extra-data fields no longer have to be formatted by the caller. + +### Fixed + + - Fixes a rare bug where the size of the extra-data field could overflow when `large_file` was set.