aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-02-19 09:36:40 -0500
committerJack Lloyd <[email protected]>2019-02-19 09:36:40 -0500
commit4286670ba5a233ed4304f78be67be524f8cd3f24 (patch)
tree54596658c15cb5cc89b0664aa6c4b9ae90f5545a /news.rst
parent31afa841556f6e41b72fac4d5ab22784ca60496a (diff)
Update news
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 75e449b0e..c1ac58dde 100644
--- a/news.rst
+++ b/news.rst
@@ -4,6 +4,9 @@ Release Notes
Version 2.10.0, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+* Added a new certificate store implementation that can access the
+ MacOS keychain certificate store. (GH #1830)
+
* Redesigned ``Memory_Pool`` class, which services allocations out of a
set of pages locked into memory (using ``mlock``/``VirtualLock``). It is now
faster and with improved exploit mitigations. (GH #1800)