diff relnotes/next @ 44946:61cdc8137d53

relnotes: note that we now require modern SSL/TLS features in Python
author Manuel Jacob <me@manueljacob.de>
date Sat, 30 May 2020 23:18:57 +0200
parents b7808443ed6a
children 95c832849955
line wrap: on
line diff
--- a/relnotes/next	Sat May 30 19:04:53 2020 +0200
+++ b/relnotes/next	Sat May 30 23:18:57 2020 +0200
@@ -6,6 +6,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).
+
 
 == Internal API Changes ==