--- a/relnotes/6.9 Thu Feb 06 15:37:59 2025 +0000
+++ b/relnotes/6.9 Wed Feb 19 23:03:29 2025 +0100
@@ -1,3 +1,18 @@
+= Mercurial 6.9.2 =
+
+ * narrow: stricter validation of narrowspec patterns
+ * narrow: stricter validation of narrowspec patterns in rhg
+ * rhg: fix a bug where only the first pattern in narrowspec was validated
+ * extensions: allow wrapping a function with a bytes name again
+ * upgrade: fix a reference to a missing attribute
+ * bundles: filter out unsupported requirements for non-packed1 format
+ * dirstate-race: add more output to highlight a "to-be-revealed" bug
+ * dirstate-race: simplify some output match to highligh an error
+ * dirstate-race: fix a missing synchronisation in the python code
+ * dirstatemap: stop setting identity after reading the data
+ * sshpeer: fix deadlock on short writes
+ * sshpeer: fix another occurrence of short write handling
+
= Mercurial 6.9.1 =
* ci: disable caching of the wheels that get built to save space