relnotes/next
changeset 44893 95c832849955
parent 44887 61cdc8137d53
child 44905 f330d6117a5b
--- a/relnotes/next	Sun May 31 12:07:17 2020 +0200
+++ b/relnotes/next	Sat May 30 23:42:19 2020 +0200
@@ -7,7 +7,9 @@
 == Backwards Compatibility Changes ==
 
 * Mercurial now requires at least Python 2.7.9 or a Python version that
-  backported modern SSL/TLS features (as defined in PEP 466).
+  backported modern SSL/TLS features (as defined in PEP 466), and that Python
+  was compiled against a OpenSSL version supporting TLS 1.1 or TLS 1.2
+  (likely this requires the OpenSSL version to be at least 1.0.1).
 
 
 == Internal API Changes ==