Issue #10443: Add the SSLContext.set_default_verify_paths() method.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5580333..4312186 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,8 @@
 Library
 -------
 
+- Issue #10443: Add the SSLContext.set_default_verify_paths() method.
+
 - Issue #10440: Support RUSAGE_THREAD as a constant in the resource module.
   Patch by Robert Collins.