summaryrefslogtreecommitdiffstats
path: root/openpgp/NEWS
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-10-12 11:49:29 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-10-25 14:51:20 +0200
commitee04aca39a234c5a54a4c1f514a3664329af0590 (patch)
treee34605c56934491c9fbb0b64cec6fbf76d10b55b /openpgp/NEWS
parente1fafde8fcc03886343ab194e3a4be53db244463 (diff)
openpgp: Add notation setters to RevocationBuilders.
- Closes #476.
Diffstat (limited to 'openpgp/NEWS')
-rw-r--r--openpgp/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/openpgp/NEWS b/openpgp/NEWS
index 6933baec..a8e62e11 100644
--- a/openpgp/NEWS
+++ b/openpgp/NEWS
@@ -2,6 +2,16 @@
#+TITLE: sequoia-openpgp NEWS – history of user-visible changes
#+STARTUP: content hidestars
+* Changes in 1.6.0
+** New functionality
+ - CertRevocationBuilder::add_notation
+ - CertRevocationBuilder::set_notation
+ - SubkeyRevocationBuilder::add_notation
+ - SubkeyRevocationBuilder::set_notation
+ - UserIDRevocationBuilder::add_notation
+ - UserIDRevocationBuilder::set_notation
+ - UserAttributeRevocationBuilder::add_notation
+ - UserAttributeRevocationBuilder::set_notation
* Changes in 1.5.0
** Notable changes
- This crate is now licensed under the LGPL 2.0 or later.