mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-25 13:52:06 +01:00
Update changelog
This commit is contained in:
parent
29165f3df4
commit
3eb1c60991
1 changed files with 4 additions and 2 deletions
|
@ -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[])`
|
||||
|
|
Loading…
Reference in a new issue