mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 12:22:06 +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
|
||||
|
||||
## 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()`
|
||||
|
|
Loading…
Reference in a new issue