Update CHANGELOG

This commit is contained in:
Paul Schaub 2023-01-13 19:03:33 +01:00
parent 8fc88b5bab
commit b42d0e89a1
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ SPDX-License-Identifier: Apache-2.0
# Changelog
## 4.0.8-SNAPSHOT
- Add module `external-sop`
- This module implements the `sop-java` interfaces and allows the use of an external SOP binary
- `decrypt`: Rename `--not-before`, `--not-after` to `--verify-not-before`, `--verify-not-after`
- `decrypt`: Throw `NoSignature` error if no verifiable signature found, but signature verification is requested using `--verify-with`.
- `inline-sign`: Fix parameter label of `--as=clearsigned`