mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-12-05 03:41:07 +01:00
Update changelog
This commit is contained in:
parent
bc5c3f98a9
commit
0a5c9d13c3
1 changed files with 8 additions and 0 deletions
|
|
@ -5,6 +5,14 @@ SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
# PGPainless Changelog
|
# PGPainless Changelog
|
||||||
|
|
||||||
|
## 2.0.2-SNAPSHOT
|
||||||
|
- Add `PGPainless.asciiArmor(Collection<OpenPGPCertificate>, 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
|
## 2.0.1
|
||||||
- Fix subkey signatures on generate keys (#486, thanks to @agrahn for reporting)
|
- Fix subkey signatures on generate keys (#486, thanks to @agrahn for reporting)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue