mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-25 22:02:05 +01:00
Update changelog
This commit is contained in:
parent
c68cdc4e31
commit
8a40cdeefb
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
# PGPainless Changelog
|
# PGPainless Changelog
|
||||||
|
|
||||||
|
## 1.0.0-rc2
|
||||||
|
- `SecretKeyRingEditor`: Remove support for user-id- and subkey *deletion* in favor of *revocation*
|
||||||
|
- Deletion causes all sorts of problems. Most notably, receiving implementations will not honor deletion of user-ids/subkeys.
|
||||||
|
If you really need to delete user-ids there now is `KeyRingUtils.deleteUserId(keys, userid)`,
|
||||||
|
but its use is highly discouraged and should only (if ever) be used for local manipulations of keys.
|
||||||
|
- `pgpainless-core` & `pgpainless-sop`: Fix accidental compile scope dependency on `logback-classic`
|
||||||
|
|
||||||
## 1.0.0-rc1
|
## 1.0.0-rc1
|
||||||
- First release candidate for a 1.0.0 release! \o/
|
- First release candidate for a 1.0.0 release! \o/
|
||||||
- Rename `EncryptionPurpose.STORAGE_AND_COMMUNICATIONS` to `EncryptionPurpose.ANY`
|
- Rename `EncryptionPurpose.STORAGE_AND_COMMUNICATIONS` to `EncryptionPurpose.ANY`
|
||||||
|
|
Loading…
Reference in a new issue