mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-01-09 11:48:00 +01:00
Update README
This commit is contained in:
parent
1aa6541766
commit
8d5e36e267
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
# PGPainless Changelog
|
# PGPainless Changelog
|
||||||
|
|
||||||
|
## 0.2.14-SNAPSHOT
|
||||||
|
- Export dependency on Bouncycastle's `bcprov-jdk15on`
|
||||||
|
- Rework Key Generation API
|
||||||
|
- Replace builder-chain structure with single `KeyRingBuilder` class
|
||||||
|
|
||||||
## 0.2.13
|
## 0.2.13
|
||||||
- Add `MessageInspector` class to determine IDs of recipient keys.
|
- Add `MessageInspector` class to determine IDs of recipient keys.
|
||||||
- PGPainless now tries decryption using keys with available passphrases first and only then request key passphrases using callbacks.
|
- PGPainless now tries decryption using keys with available passphrases first and only then request key passphrases using callbacks.
|
||||||
|
|
Loading…
Reference in a new issue