relnotes: add 6.7 stable
authorRaphaël Gomès <rgomes@octobus.net>
Thu, 14 Mar 2024 16:25:46 +0100
branchstable
changeset 51504 6b2aeeec3ed0
parent 51503 d4095f7b000a
child 51505 c9ceb4f60256
relnotes: add 6.7
relnotes/6.7
--- a/relnotes/6.7	Thu Mar 14 11:24:52 2024 +0100
+++ b/relnotes/6.7	Thu Mar 14 16:25:46 2024 +0100
@@ -1,7 +1,4 @@
-= Mercurial 6.7rc0 =
-
-/!\ These are **tentative** release notes for the upcoming Mercurial 6.7.
-Anything can be added or removed before the actual release.
+= Mercurial 6.7 =
 
 As usual, a *lot* of patches don't make it to this list.
 
@@ -20,6 +17,7 @@
  * annotate: limit output to range of lines
  * unbundle: faster computation of changed heads
  * Large improvements of some of the phases code (23950e39281f)
+ * rust-filepatterns: export glob_to_re function
 
 == New Experimental Features ==
 
@@ -41,6 +39,11 @@
  * cext: fix potential memory leaks of list items appended with PyList_Append
  * doc: document that labels must have a dot in them to have an effect
  * debugformat: fix formatting for compression level
+ * obsutil: sort metadata before comparing in geteffectflag()
+ * crecord: drop calls to `curses.endwin()`
+ * rust-index: don't use mutable borrow for head-diff computation
+ * rust-index: don't use mutable borrow to computed filtered heads
+
 
 == Backwards Compatibility Changes ==