1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-14 23:54:51 +02:00

Update README

This commit is contained in:
Paul Schaub 2021-09-20 15:24:47 +02:00
parent 1aa6541766
commit 8d5e36e267
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -1,5 +1,10 @@
# 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
- 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.