relnotes: update 6.0 with the last changes for the release
authorRaphaël Gomès <rgomes@octobus.net>
Tue, 09 Nov 2021 15:25:38 +0100
changeset 48310 229f5ee1a08a
parent 48309 594cf89047c8
child 48311 6d69e83e6b6e
relnotes: update 6.0 with the last changes for the release Differential Revision: https://phab.mercurial-scm.org/D11742
relnotes/6.0
--- a/relnotes/6.0	Tue Nov 09 15:43:29 2021 +0100
+++ b/relnotes/6.0	Tue Nov 09 15:25:38 2021 +0100
@@ -26,6 +26,7 @@
  * `rhg cat` is even faster
  * `rhg` (Rust fast-path for `hg`) now supports the full config list syntax
  * `rhg` now parses some corner-cases for revsets correctly
+ * Fixed an `fsmonitor` on Python 3 during exception handling
  * Lots of Windows fixes
  * Lots of miscellaneous other fixes
  * Removed a CPython-specific compatibility hack to improve support for alternative Python implementations
@@ -67,4 +68,5 @@
   * `wireprotov1peer`'s `batchable` is now a simple function and not a generator
    anymore
   * The Rust extensions (and by extension the experimental `rhg status`) only use a tree-based dirstate in-memory, even when using dirstate-v1. See bf8837e3d7cec40fe649c47163a3154dda03fa16 for more details
-  * The Rust minimum supported version is now 1.48.0 in accordance with out policy of keeping up with Debian stable
\ No newline at end of file
+  * The Rust minimum supported version is now 1.48.0 in accordance with out policy of keeping up with Debian stable
+  * The test harness plays nicer with the NixOS sandbox
\ No newline at end of file