Skip to content

Commit 4365c6f

Browse files
committed
The sixth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 55f5476 commit 4365c6f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Documentation/RelNotes/2.46.0.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ UI, Workflows & Features
3737
* A new global "--no-advice" option can be used to disable all advice
3838
messages, which is meant to be used only in scripts.
3939

40+
* Updates to symbolic refs can now be made as a part of ref
41+
transaction.
42+
4043

4144
Performance, Internal Implementation, Development Support etc.
4245

@@ -132,6 +135,11 @@ Fixes since v2.45
132135
the "--ext-diff" option.
133136
(merge 11be65cfa4 rs/external-diff-with-exit-code later to maint).
134137

138+
* Windows CI running in GitHub Actions started complaining about the
139+
order of arguments given to calloc(); the imported regex code uses
140+
the wrong order almost consistently, which has been corrected.
141+
(merge f01301aabe jc/compat-regex-calloc-fix later to maint).
142+
135143
* Other code cleanup, docfix, build fix, etc.
136144
(merge 4cf6e7bf5e jt/doc-submitting-rerolled-series later to maint).
137145
(merge a5a4cb7b27 rs/diff-parseopts-cleanup later to maint).

0 commit comments

Comments
 (0)