aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-27 06:18:53 -0400
committerJack Lloyd <[email protected]>2017-09-27 06:19:20 -0400
commitda1984cf643e522028cad032e786b49cabdc5355 (patch)
tree3a6d013e6c558c33a66c57726e56edaee3c7a06e /news.rst
parent134ef6a59593dac565d4070a1b344fdc468b3e6e (diff)
Move the SecureVector typedef to secmem.h
No point making someone include a deprecated header to get this.
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index fd85fc2c7..986139102 100644
--- a/news.rst
+++ b/news.rst
@@ -171,6 +171,9 @@ Version 2.3.0, Not Yet Released
intended for derivation. This keyword was already in use but was not
applied consistently.
+* A typedef ``SecureVector`` has been added for the ``secure_vector`` type.
+ This makes porting code from 1.10 to 2.x API slightly simpler.
+
* Header files have been cleaned up to remove uncessary inclusions. In some
cases it may be required to include additional botan headers to get all the
declarations that were previously visible. For example, ``bigint.h`` no longer