mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-29 15:52:08 +01:00
Update CHANGELOG.md
This commit is contained in:
parent
f7a7035059
commit
8fccc73370
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
# PGPainless Changelog
|
# 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
|
## 0.2.14
|
||||||
- Export dependency on Bouncycastle's `bcprov-jdk15on`
|
- Export dependency on Bouncycastle's `bcprov-jdk15on`
|
||||||
- Rework Key Generation API
|
- Rework Key Generation API
|
||||||
|
|
Loading…
Reference in a new issue