1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-12-05 03:41:07 +01:00

Update changelog

This commit is contained in:
Paul Schaub 2025-11-04 20:06:17 +01:00
parent 2cb41ae2e8
commit 7ce845ff04
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -5,6 +5,10 @@ SPDX-License-Identifier: CC0-1.0
# PGPainless Changelog
## 2.0.3-SNAPSHOT
- `sop encrypt`: For symmetric-key encryption; default to rfc4880 packet format
- `sop list-profiles encrypt`: Add profile descriptions
## 2.0.2
- Add `PGPainless.asciiArmor(Collection<OpenPGPCertificate>, PacketFormat)`
- `SigningOptions`: Add missing `@JvmOverloads` annotations to `addInlineSignature()` and `addDetachedSignature()`