From 8a40cdeefbdf89e76cd309c7bf6031bcbd6a7cc8 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Sat, 13 Nov 2021 16:50:19 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b20bf237..5871ab6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ SPDX-License-Identifier: CC0-1.0 # 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 - First release candidate for a 1.0.0 release! \o/ - Rename `EncryptionPurpose.STORAGE_AND_COMMUNICATIONS` to `EncryptionPurpose.ANY`