Update CHANGELOG

This commit is contained in:
Paul Schaub 2022-03-22 12:44:36 +01:00
parent 3585203557
commit b1eb33eb2c
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 7 additions and 1 deletions

View File

@ -5,7 +5,13 @@ SPDX-License-Identifier: CC0-1.0
# PGPainless Changelog
## 1.1.3-SNAPSHOT
## 1.1.4-SNAPSHOT
- Add utility method `KeyRingUtils.removeSecretKey()` to remove secret key part from key ring
- This can come in handy when using primary keys stored offline
- Add `EncryptionResult.isEncryptedFor(certificate)`
- `ArmorUtils.toAsciiArmoredString()` methods now print out primary user-id and brief information about further user-ids (thanks @bratkartoffel for the patch)
## 1.1.3
- Make `SigningOptions.getSigningMethods()` part of internal API
- Fix crash when trying to do verification of unmatched `SignersUserId` signature subpacket
- For now, verification of `SignersUserId` is disabled but can be enabled via `Policy.setSignerUserIdValidationLevel()`