@@ -4,23 +4,40 @@ 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- ## 3.0.0 (UNRELEASED )
7+ ## 3.0.0 (2026-05-02 )
88### Added
99- ` RandomizedSignerMut ` trait ([ #1448 ] )
10+ - ` core::error::Error ` support ([ #1711 ] )
11+ - Async traits incorporated from the ` async-signature ` crate ([ #1720 ] , [ #2288 ] )
12+ - ` MultipartSigner ` and ` MultipartVerifier ` traits ([ #1880 ] )
1013
1114### Changed
1215- Edition changed to 2024 and MSRV bumped to 1.85 ([ #1759 ] )
16+ - Use ` Fn(&mut D) ` for ` *DigestSigner ` /` *DigestVerifier ` ([ #2004 ] )
1317- Bump ` rand_core ` to v0.10 ([ #2250 ] )
18+ - Bump ` digest ` to v0.11 ([ #2300 ] )
1419
1520### Removed
16- - ` std ` feature - replaced with ` core::error::Error `
17- - ` derive ` feature
18- - ` SignerMut ` blanket implementation for ` Signer `
19- - ` PrehashSignature ` trait
21+ - Error source from display message ([ #1689 ] )
22+ - ` std ` feature ([ #1829 ] )
23+ - ` derive ` feature ([ #1843 ] )
24+ - ` SignerMut ` blanket implementation for ` Signer ` ([ #1915 ] )
25+ - ` PrehashSignature ` trait ([ #1924 ] )
2026
2127[ #1448 ] : https://github.com/RustCrypto/traits/pull/1448
28+ [ #1689 ] : https://github.com/RustCrypto/traits/pull/1689
29+ [ #1711 ] : https://github.com/RustCrypto/traits/pull/1711
30+ [ #1720 ] : https://github.com/RustCrypto/traits/pull/1720
2231[ #1759 ] : https://github.com/RustCrypto/traits/pull/1759
32+ [ #1829 ] : https://github.com/RustCrypto/traits/pull/1829
33+ [ #1843 ] : https://github.com/RustCrypto/traits/pull/1843
34+ [ #1880 ] : https://github.com/RustCrypto/traits/pull/1880
35+ [ #1915 ] : https://github.com/RustCrypto/traits/pull/1915
36+ [ #1924 ] : https://github.com/RustCrypto/traits/pull/1924
37+ [ #2004 ] : https://github.com/RustCrypto/traits/pull/2004
2338[ #2250 ] : https://github.com/RustCrypto/traits/pull/2250
39+ [ #2288 ] : https://github.com/RustCrypto/traits/pull/2288
40+ [ #2300 ] : https://github.com/RustCrypto/traits/pull/2300
2441
2542## 2.2.0 (2023-11-12)
2643### Changed
0 commit comments