mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 17:59:43 +02:00
Update CHANGELOG
This commit is contained in:
parent
12835bfb8e
commit
07d0aa6941
1 changed files with 16 additions and 0 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -6,6 +6,22 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 14.0.0-SNAPSHOT
|
||||||
|
- Implement changes from SOP spec `11`, `12`, `13`, `14`
|
||||||
|
- Implement `update-key` command
|
||||||
|
- Implement `merge-certs` command
|
||||||
|
- Implement `certify-userid` command
|
||||||
|
- Implement `validate-userid` command
|
||||||
|
- Add `UnspecificFailure` exception
|
||||||
|
- Add `KeyCannotCertify` exception
|
||||||
|
- Add `NoHardwareKeyFound` exception
|
||||||
|
- Add `HardwareKeyFailure` exception
|
||||||
|
- Add `PrimaryKeyBad` exception
|
||||||
|
- Add `CertUserIdNoMatch` exception
|
||||||
|
- `Verification`: Add support for JSON description extensions
|
||||||
|
- Remove `animalsniffer` from build dependencies
|
||||||
|
- Bump `logback` to `1.5.13`
|
||||||
|
|
||||||
## 10.1.1
|
## 10.1.1
|
||||||
- Prepare jar files for use in native images, e.g. using GraalVM by generating and including
|
- Prepare jar files for use in native images, e.g. using GraalVM by generating and including
|
||||||
configuration files for reflection, resources and dynamic proxies.
|
configuration files for reflection, resources and dynamic proxies.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue