File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 8.5.0] ( https://github.com/zip-rs/zip2/compare/v8.4.0...v8.5.0 ) - 2026-04-01
11+
12+ ### <!-- 1 --> 🐛 Bug Fixes
13+
14+ - remove ` zip64 comment ` and add ` zip64 extensible data sector ` ([ #747 ] ( https://github.com/zip-rs/zip2/pull/747 ) )
15+
16+ ### <!-- 2 --> 🚜 Refactor
17+
18+ - remove useless magic in struct ([ #730 ] ( https://github.com/zip-rs/zip2/pull/730 ) )
19+ - change extra_field from Arc<Vec<u8 >> to Arc<[ u8] > ([ #741 ] ( https://github.com/zip-rs/zip2/pull/741 ) )
20+
21+ ### <!-- 7 --> ⚙️ Miscellaneous Tasks
22+
23+ - cleanup README ([ #758 ] ( https://github.com/zip-rs/zip2/pull/758 ) )
24+
1025## [ 8.4.0] ( https://github.com/zip-rs/zip2/compare/v8.3.1...v8.4.0 ) - 2026-03-23
1126
1227### <!-- 0 --> 🚀 Features
You can’t perform that action at this time.
0 commit comments