mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-23 03:17:58 +01:00
Update CHANGELOG
This commit is contained in:
parent
526dc0caac
commit
88dba3a764
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
- Export dependency on Bouncycastle's `bcprov-jdk15on`
|
||||
- Rework Key Generation API
|
||||
- Replace builder-chain structure with single `KeyRingBuilder` class
|
||||
- Change return value of `CleartextSignatureProcessor.process()` to `DecryptionStream`
|
||||
- Rename `CleartextSignatureProcessor.process()` to `CleartextSignatureProcessor.getVerificationStream()`
|
||||
- Add support for creating cleartext signed messages by calling `ProducerOptions.setCleartextSigned()`
|
||||
- Add examples for signing messages in the `examples` package.
|
||||
|
||||
## 0.2.13
|
||||
- Add `MessageInspector` class to determine IDs of recipient keys.
|
||||
|
|
Loading…
Reference in a new issue