@@ -4,6 +4,46 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## 0.8.0 (2026-04-24)
8+ ### Added
9+ - ` pbes2::Params ` constructors ([ #1207 ] )
10+ - ` EncryptionScheme::generate ` method gated on ` getrandom ` feature ([ #2297 ] )
11+ - ` pbes2::Parameters::generate ` method gated on ` getrandom ` feature ([ #2297 ] )
12+
13+ ### Changed
14+ - All types now own rather than borrow their data ([ #1195 ] )
15+ - Upgrade to the 2024 edition; MSRV 1.85 ([ #1670 ] )
16+ - Bump ` rand_core ` to v0.10 ([ #2198 ] )
17+ - Bump ` getrandom ` to v0.4 ([ #2198 ] )
18+ - Bump ` der ` to v0.8 ([ #2234 ] )
19+ - Bump ` sha2 ` to v0.11 ([ #2273 ] )
20+ - Bump ` aes ` to v0.9 ([ #2281 ] )
21+ - Bump ` cbc ` to v0.2 ([ #2282 ] )
22+ - Bump ` des ` to v0.9 ([ #2282 ] )
23+ - Bump ` pbkdf2 ` to v0.13 ([ #2291 ] )
24+ - Bump ` scrypt ` to v0.12 ([ #2291 ] )
25+
26+ ### Fixed
27+ - Allow empty ` algId ` PRF parameter for PBES2 params ([ #1521 ] )
28+ - Incorrect error was being returned from CBC decryption ([ #1678 ] )
29+
30+ ### Removed
31+ - ` std ` feature ([ #2294 ] )
32+
33+ [ #1195 ] : https://github.com/RustCrypto/formats/pull/1195
34+ [ #1207 ] : https://github.com/RustCrypto/formats/pull/1207
35+ [ #1521 ] : https://github.com/RustCrypto/formats/pull/1521
36+ [ #1670 ] : https://github.com/RustCrypto/formats/pull/1670
37+ [ #1678 ] : https://github.com/RustCrypto/formats/pull/1678
38+ [ #2198 ] : https://github.com/RustCrypto/formats/pull/2198
39+ [ #2234 ] : https://github.com/RustCrypto/formats/pull/2234
40+ [ #2273 ] : https://github.com/RustCrypto/formats/pull/2273
41+ [ #2281 ] : https://github.com/RustCrypto/formats/pull/2281
42+ [ #2282 ] : https://github.com/RustCrypto/formats/pull/2282
43+ [ #2291 ] : https://github.com/RustCrypto/formats/pull/2291
44+ [ #2294 ] : https://github.com/RustCrypto/formats/pull/2294
45+ [ #2297 ] : https://github.com/RustCrypto/formats/pull/2297
46+
747## 0.7.1 (2023-03-05)
848### Changed
949- Bump ` pbkdf2 ` to v0.12 ([ #913 ] )
0 commit comments