diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b81ae0..3c51eb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased +### Fixed +- Fix the verification of PGP/MIME message signatures: + - Improve the handling of the dual verification status so that it is considered invalid if both embedded and PGP/MIME signatures are invalid. + - start calling `callback.OnVerified(status int)` to communicate the status verification of the message. + ## [2.3.0] 2021-11-15 ### Added - `Key.IsRevoked()` to check the revocation status of a key