1# Changelog
2
3## [0.6.6]
4### Changed
5
6- Updated `aes` dependency to `0.8.2` (https://github.com/zip-rs/zip/pull/354)
7
8## [0.6.5]
9### Changed
10
11- Added experimental [`zip::unstable::write::FileOptions::with_deprecated_encryption`] API to enable encrypting files with PKWARE encryption.
12
13## [0.6.4]
14
15### Changed
16
17 - [#333](https://github.com/zip-rs/zip/pull/333): disabled the default features of the `time` dependency, and also `formatting` and `macros`, as they were enabled by mistake.
18 - Deprecated [`DateTime::from_time`](https://docs.rs/zip/0.6/zip/struct.DateTime.html#method.from_time) in favor of [`DateTime::try_from`](https://docs.rs/zip/0.6/zip/struct.DateTime.html#impl-TryFrom-for-DateTime)
19