Update changelog

This commit is contained in:
Paul Schaub 2024-03-19 15:55:58 +01:00
parent 0cf7fb6289
commit 36c29cd167
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,10 @@ SPDX-License-Identifier: CC0-1.0
# PGPainless Changelog
## 1.6.7-SNAPSHOT
- Fix OOM error when detached-signing large amounts of data (fix #432)
- SOP: Fix OOM error when detached-signing large amounts of data (fix #432)
- Move `CachingBcPublicKeyDataDecryptorFactory` from `org.bouncycastle` packet to `org.pgpainless.decryption_verification` to avoid package split (partially addresses #428)
- Basic support for Java Modules for `pgpainless-core` and `pgpainless-sop`
- Added `Automatic-Module-Name` directive to gradle build files
## 1.6.6
- Downgrade `logback-core` and `logback-classic` to `1.2.13` to fix #426