aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index ae6cd62e0..211d39abe 100644
--- a/news.rst
+++ b/news.rst
@@ -4,6 +4,10 @@ Release Notes
Version 1.11.35, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+* Changes all Public_Key derived class ctors to take a
+ std::vector instead of a secure_vector for the DER encoded
+ public key bits. (GH #768)
+
* Allow use of custom extensions when creating X.509 certificates
(GH #744)