Update changelog

This commit is contained in:
Paul Schaub 2022-11-07 15:32:54 +01:00
parent f60e14de96
commit 5cde383b1a
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,14 @@ SPDX-License-Identifier: Apache-2.0
# Changelog
## 4.0.3-SNAPSHOT
- `decrypt`: Rename option `--verify-out` to `--verifications-out`, but keep `--verify-out` as alias
- Fix: `decrypt`: Flush output stream in order to prevent empty file as result of `--session-key-out`
- Fix: Properly format session key for `--session-key-out`
- Be less finicky about input session key formats
- Allow upper- and lowercase hexadecimal keys
- Allow trailing whitespace
## 4.0.2
- Fix: `verify`: Do not include detached signature in list of certificates
- Fix: `inline-verify`: Also include the first argument in list of certificates