Skip to content

Commit 106298f

Browse files
committed
The eleventh batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent e10bfe7 commit 106298f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/RelNotes/2.34.0.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ UI, Workflows & Features
5959
* The unicode character width table (used for output alignment) has
6060
been updated.
6161

62+
* The ref iteration code used to optionally allow dangling refs to be
63+
shown, which has been tightened up.
64+
6265

6366
Performance, Internal Implementation, Development Support etc.
6467

@@ -133,6 +136,11 @@ Performance, Internal Implementation, Development Support etc.
133136
* An oddball OPTION_ARGUMENT feature has been removed from the
134137
parse-options API.
135138

139+
* The mergesort implementation used to sort linked list has been
140+
optimized.
141+
142+
* Remove external declaration of functions that no longer exist.
143+
136144

137145
Fixes since v2.33
138146
-----------------
@@ -342,3 +350,4 @@ Fixes since v2.33
342350
(merge 8c6b4332b4 rs/close-pack-leakfix later to maint).
343351
(merge 51b04c05b7 bs/difftool-msg-tweak later to maint).
344352
(merge dd20e4a6db ab/make-compdb-fix later to maint).
353+
(merge 6ffb990dc4 os/status-docfix later to maint).

0 commit comments

Comments
 (0)