aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)