Fix changelog

This commit is contained in:
Paul Schaub 2022-03-06 14:35:52 +01:00
parent 54b443f183
commit afad3fc747
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +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
- Fix generic type of `CertificationSubpackets.Callback`
## 1.1.1
- Add `producerOptions.setComment(string)` to allow adding ASCII armor comments when creating OpenPGP messages (thanks @ferenc-hechler)