relnotes/next
author Manuel Jacob <me@manueljacob.de>
Sat, 30 May 2020 23:18:57 +0200
changeset 44887 61cdc8137d53
parent 44856 b7808443ed6a
child 44893 95c832849955
permissions -rw-r--r--
relnotes: note that we now require modern SSL/TLS features in Python

== New Features ==


== New Experimental Features ==


== 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 ==

 * logcmdutil.diffordiffstat() now takes contexts instead of nodes.

 * The `mergestate` class along with some related methods and constants have
   moved from `mercurial.merge` to a new `mercurial.mergestate` module.