Document generics fix in CHANGELOG

This commit is contained in:
Paul Schaub 2022-03-02 11:36:55 +01:00
parent 2e6ae5c117
commit 54b443f183
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ SPDX-License-Identifier: CC0-1.0
## 1.1.2-SNAPSHOT
- Fix `keyRingInfo.getEmailAddresses()` incorrectly matching some mail addresses (thanks @bratkartoffel for reporting and initial patch proposal)
- Fix generic type of `CertificationSubpackets.Callback`5
## 1.1.1
- Add `producerOptions.setComment(string)` to allow adding ASCII armor comments when creating OpenPGP messages (thanks @ferenc-hechler)