changeset 45190:189030efd7bb stable

relnotes: fix indentation The two points were written by me. For some reason, I missed the fact that the other points were indented by one space. Differential Revision: https://phab.mercurial-scm.org/D8769
author Manuel Jacob <me@manueljacob.de>
date Mon, 20 Jul 2020 18:04:19 +0200
parents 045f5361bd12
children fc54f52779dd
files relnotes/next
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/relnotes/next	Mon Jul 20 17:57:31 2020 +0200
+++ b/relnotes/next	Mon Jul 20 18:04:19 2020 +0200
@@ -24,14 +24,14 @@
 
 == 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), 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).
-
-* The `hg perfwrite` command from contrib/perf.py was made more flexible and
-  changed its default behavior. To get the previous behavior, run `hg perfwrite
-  --nlines=100000 --nitems=1 --item='Testing write performance' --batch-line`.
+ * Mercurial now requires at least Python 2.7.9 or a Python version that
+   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).
+ 
+ * The `hg perfwrite` command from contrib/perf.py was made more flexible and
+   changed its default behavior. To get the previous behavior, run `hg perfwrite
+   --nlines=100000 --nitems=1 --item='Testing write performance' --batch-line`.
 
 
 == Internal API Changes ==