File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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
4144Performance, 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).
You can’t perform that action at this time.
0 commit comments