Add test for creating stores in write-protected places

This commit is contained in:
Paul Schaub 2022-08-27 12:36:07 +02:00
parent a248e0d717
commit 24f4e2d771
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 33 additions and 0 deletions

View file

@ -5,6 +5,9 @@ SPDX-License-Identifier: CC0-1.0
# Cert-D-Java Changelog
## 0.2.1-SNAPSHOT
- Throw `NoSuchElementException` when querying non-existent certificates
## 0.2.0
- `pgp-certificate-store`:
- Rework `Certificate`, `Key` to inherit from `KeyMaterial`