From a1baeabd712c1060f9342a71c74bdaaa841db8dd Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Thu, 8 Jun 2023 14:13:25 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38bdf322..66c2c960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ SPDX-License-Identifier: CC0-1.0 # PGPainless Changelog +## 1.5.3-SNAPSHOT +- Fix minimal bit-strength check for signing-subkeys accidentally comparing the bit-strength of the primary key +- `SigningOptions`: Add new methods to add signatures using a single, chosen signing subkey + ## 1.5.2 - Bugfix: Create proper direct-key signatures - `KeyRingTemplates`: