Update CHANGELOG

This commit is contained in:
Paul Schaub 2023-11-22 17:26:48 +01:00
parent d9c0baa4f4
commit 58c7edf4ee
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ SPDX-License-Identifier: Apache-2.0
# Changelog
## 4.1.2-SNAPSHOT
- Do not throw `NoSignature` (exit code 3) if no valid signatures were found during `decrypt`, even though
signature verification was requested.
## 4.1.1
- Restructure test suite to allow simultaneous testing of multiple backends
- Fix IOException in `sop sign` due to premature stream closing