changeset 4819:316d910df72c

python3: add python3 beta support to the CHANGELOG
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 07 Aug 2019 15:22:16 +0200
parents bce578f9012f
children d842a4c6fc4a
files CHANGELOG
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Wed Aug 07 15:21:56 2019 +0200
+++ b/CHANGELOG	Wed Aug 07 15:22:16 2019 +0200
@@ -4,6 +4,8 @@
 9.1.0 - in progress
 -------------------
 
+  * python3: beta support for Python 3.6+
+    (thanks to ludovicchabant, martinvonz and rgomes for their hard work)
   * prune: clarify error message when no revision were passed,
   * evolve: avoid possible race conditions bu locking earlier
   * abort: add support for `evolve` and `pick` to `hg abort` (hg-5.1+)