mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-02-18 06:59:23 +01:00
Update CHANGELOG
This commit is contained in:
parent
3585203557
commit
b1eb33eb2c
1 changed files with 7 additions and 1 deletions
|
@ -5,7 +5,13 @@ SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
# PGPainless Changelog
|
# 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
|
- Make `SigningOptions.getSigningMethods()` part of internal API
|
||||||
- Fix crash when trying to do verification of unmatched `SignersUserId` signature subpacket
|
- 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()`
|
- For now, verification of `SignersUserId` is disabled but can be enabled via `Policy.setSignerUserIdValidationLevel()`
|
||||||
|
|
Loading…
Reference in a new issue