summaryrefslogtreecommitdiffstats
path: root/openpgp/NEWS
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2022-03-09 11:09:25 +0100
committerNeal H. Walfield <neal@pep.foundation>2022-06-14 10:58:57 +0200
commit36270e24d2761a40e92668ab0d083afae322da4c (patch)
tree9097180fcd418fb047cd5f1429eaf3377d02c885 /openpgp/NEWS
parent429887d57f705e81e305008cfc95162432d7e684 (diff)
openpgp: Add a subkey builder.
- Add `KeyBuilder` and `SubkeyBuilder` for creating a key, and attaching a subkey to a certificate. - See #483.
Diffstat (limited to 'openpgp/NEWS')
-rw-r--r--openpgp/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/openpgp/NEWS b/openpgp/NEWS
index 20154a1e..ba6d00b2 100644
--- a/openpgp/NEWS
+++ b/openpgp/NEWS
@@ -12,6 +12,8 @@
PublicKeyAlgorithm}'s Display implementation now provides short
names by default. The long descriptions are provided by the
alternate formatter (e.g. =format!("{:#}", ...)=)
+ - cert::KeyBuilder
+ - cert::SubkeyBuilder
** Deprecated functionality
- Error::UnsupportedCert, use Error::UnsupportedCert2 instead
- DataFormat::MIME, no replacement, see #863 for details