1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-25 22:02:05 +01:00

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

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