Update the changelog

This commit is contained in:
marin thiercelin 2021-12-15 11:10:42 +01:00
parent e2f03af655
commit d76ebb94e1
No known key found for this signature in database
GPG key ID: 117C025B1F21B2C6

View file

@ -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