diff --git a/signature/CHANGELOG.md b/signature/CHANGELOG.md index 6ee9cf4de..3890548c4 100644 --- a/signature/CHANGELOG.md +++ b/signature/CHANGELOG.md @@ -8,12 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Re-export `rand_core` when the `rand-preview` feature is enabled ([#683]) - `SignerMut` trait ([#734]) + +### Fixed - Show error source in `Display` impl ([#791]) [#683]: https://github.com/RustCrypto/traits/pull/683 [#734]: https://github.com/RustCrypto/traits/pull/734 [#791]: https://github.com/RustCrypto/traits/pull/791 +## 1.3.2 (2021-10-21) +### Fixed +- Backport changes from [#791] to the 1.3.x series. + ## 1.3.1 (2021-06-29) ### Added - `Result` alias ([#676])