Update changelog

This commit is contained in:
Paul Schaub 2023-08-29 16:59:43 +02:00
parent 29165f3df4
commit 3eb1c60991
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 4 additions and 2 deletions

View File

@ -6,10 +6,12 @@ SPDX-License-Identifier: CC0-1.0
# PGPainless Changelog
# 1.6.2-SNAPSHOT
- Bump `bcpg-jdk15to18` to `1.76`
- Bump `bcprov-jdk15to18` to `1.76`
- Switch `bcpg` and `bcprov` artifacts from `-jdk15to18`variant to `-jdk18on`
- Bump `bcpg-jdk8on` to `1.76`
- Bump `bcprov-jdk18on` to `1.76`
- Add `EncryptionOptions.setAllowEncryptionWithMissingKeyFlags()` to properly allow
encrypting to legacy keys which do not carry any key flags.
- Allow overriding of reference time in `EncryptionOptions` and `SigningOptions`.
# 1.6.1
- `KeyRingBuilder`: Require UTF8 when adding user-ID via `addUserId(byte[])`