##// END OF EJS Templates
relnotes: note that we now require modern SSL/TLS features in Python
Manuel Jacob -
r45423:61cdc813 default
parent child Browse files
Show More
@@ -1,16 +1,19 b''
1 == New Features ==
1 == New Features ==
2
2
3
3
4 == New Experimental Features ==
4 == New Experimental Features ==
5
5
6
6
7 == Backwards Compatibility Changes ==
7 == Backwards Compatibility Changes ==
8
8
9 * Mercurial now requires at least Python 2.7.9 or a Python version that
10 backported modern SSL/TLS features (as defined in PEP 466).
11
9
12
10 == Internal API Changes ==
13 == Internal API Changes ==
11
14
12 * logcmdutil.diffordiffstat() now takes contexts instead of nodes.
15 * logcmdutil.diffordiffstat() now takes contexts instead of nodes.
13
16
14 * The `mergestate` class along with some related methods and constants have
17 * The `mergestate` class along with some related methods and constants have
15 moved from `mercurial.merge` to a new `mercurial.mergestate` module.
18 moved from `mercurial.merge` to a new `mercurial.mergestate` module.
16
19
General Comments 0
You need to be logged in to leave comments. Login now