Update CHANGELOG

This commit is contained in:
Paul Schaub 2022-11-03 13:14:58 +01:00
parent 6dcc1e68cd
commit 2dc72d7690
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@ SPDX-License-Identifier: CC0-1.0
# PGPainless Changelog
## 1.4.0-rc2-SNAPSHOT
- Use BCs `PGPEncryptedDataList.extractSessionKeyEncryptedData()` method
to do decryption using session keys. This enables decryption of messages
without encrypted session key packets.
- Use BCs `PGPEncryptedDataList.isIntegrityProtected()` to check for integrity protection
## 1.4.0-rc1
- Reimplement message consumption via new `OpenPgpMessageInputStream`
- Fix validation of prepended signatures (#314)