diff --git a/CHANGELOG.md b/CHANGELOG.md index 28d2483f..9d644157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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()`