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
d53cd6d0bd
commit
9509fff929
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
# PGPainless Changelog
|
# PGPainless Changelog
|
||||||
|
|
||||||
|
## 1.4.3-SNAPSHOT
|
||||||
|
- Bump `sop-java` to `4.1.1`
|
||||||
|
- Reuse shared test suite of `sop-java`
|
||||||
|
- Add `EncryptionOptions.hasEncryptionMethod()`
|
||||||
|
- SOP `encrypt`: Throw `MissingArg` exception if no encryption method was provided
|
||||||
|
- Fix redundant dot in exception message (thanks @DenBond7)
|
||||||
|
|
||||||
## 1.4.2
|
## 1.4.2
|
||||||
- Properly decrypt messages without MDC packets when `ConsumerOptions.setIgnoreMDCErrors(true)` is set
|
- Properly decrypt messages without MDC packets when `ConsumerOptions.setIgnoreMDCErrors(true)` is set
|
||||||
- Fix crash in `sop generate-key --with-key-password` when more than one user-id is given
|
- Fix crash in `sop generate-key --with-key-password` when more than one user-id is given
|
||||||
|
|
Loading…
Reference in a new issue