Update the changelog
This commit is contained in:
parent
e2f03af655
commit
d76ebb94e1
1 changed files with 6 additions and 0 deletions
|
|
@ -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/),
|
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).
|
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
|
## [2.3.0] 2021-11-15
|
||||||
### Added
|
### Added
|
||||||
- `Key.IsRevoked()` to check the revocation status of a key
|
- `Key.IsRevoked()` to check the revocation status of a key
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue