mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-25 22:02:05 +01:00
Update changelog
This commit is contained in:
parent
826331917f
commit
4c72bc2a8e
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ SPDX-License-Identifier: CC0-1.0
|
|||
|
||||
# PGPainless Changelog
|
||||
|
||||
## 1.2.2
|
||||
- `EncryptionOptions.addRecipients(collection)`: Disallow empty collections to prevent misuse from resulting in unencrypted messages
|
||||
- Deprecate default policy factory methods in favor of policy factory methods with expressive names
|
||||
- Another fix for OpenPGP data detection
|
||||
- We now inspect the first packet of the data stream to figure out, whether it is plausible OpenPGP data, without exhausting the stream
|
||||
|
||||
## 1.2.1
|
||||
- Bump `sop-java` dependency to `1.2.3`
|
||||
- Bump `slf4j` dependency to `1.7.36`
|
||||
|
|
Loading…
Reference in a new issue