diff CHANGELOG @ 6049:441e7e773d6c

changelog: add more entries from default branch to 10.4.0
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 07 Oct 2021 21:50:29 +0300
parents 18aa756353a7
children bec2d792ceae
line wrap: on
line diff
--- a/CHANGELOG	Mon Oct 11 10:58:51 2021 +0300
+++ b/CHANGELOG	Thu Oct 07 21:50:29 2021 +0300
@@ -4,17 +4,24 @@
 10.4.0 - in progress
 --------------------
 
-  * next: add an --abort flag
   * evolve: use a more stable criteria for picking p1 when solving
-            content-divergence (most recent evolution will be used).
+    content-divergence (most recent evolution will be used)
   * evolve: drop the deprecated --unstable, --divergent and --bumped flags,
     they were replaced by --orphan, --content-divergent and --phase-divergent
     respectively a long time ago
   * evolve: remove experimental.obshashrange.lru-size docs, that config option
     didn't do anything for a long time
+  * evolve: use precheck function from Mercurial 5.9+ when available, mostly
+    affects error messages and exit codes
+
+  * next: add an --abort flag
 
   * evolve, topic, pullbundle: drop compatibility with Mercurial 4.6
 
+topic (0.23.0)
+
+  * topic: drop old code for working with amends on ancient hg versions (~3.6)
+
 10.3.3 -- 2021-08-13
 --------------------