From 0a5c9d13c398a169a531fac62f60a2eab3b197fb Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Wed, 22 Oct 2025 11:25:49 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58494a1e..751094b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ SPDX-License-Identifier: CC0-1.0 # PGPainless Changelog +## 2.0.2-SNAPSHOT +- Add `PGPainless.asciiArmor(Collection, PacketFormat)` +- `SigningOptions`: Add missing `@JvmOverloads` annotations to `addInlineSignature()` and `addDetachedSignature()` +- `OpenPGPComponentKey`: Add extension method `getSecretKey()` +- `OpenPGPKey`: Add extension methods `isFullyDecrypted()`, `isFullyEncrypted()` +- `KeyRingBuilder`: Properly respect custom key creation time on subkeys and signatures +- `WeakRSAKeyTest`: Disable test if test vector key is expired at testing time + ## 2.0.1 - Fix subkey signatures on generate keys (#486, thanks to @agrahn for reporting)