Update CHANGELOG.md

This commit is contained in:
Paul Schaub 2021-10-01 15:09:50 +02:00
parent f7a7035059
commit 8fccc73370
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
# PGPainless Changelog
## 0.2.15-SNAPSHOT
- Add `ConsumerOptions.setIgnoreMDCErrors()` which can be used to consume broken messages. Not recommended!
- Add `MessageInspector.isSignedOnly()` which can be used to identify messages created via `gpg --sign --armor`
- Workaround for BCs `PGPUtil.getDecoderStream` mistaking plaintext for base64 encoded data
## 0.2.14
- Export dependency on Bouncycastle's `bcprov-jdk15on`
- Rework Key Generation API