From: Junio C Hamano Date: Sat, 29 Jan 2022 00:57:10 +0000 (-0800) Subject: Name the next one 2.36 to prepare for 2.35.1 X-Git-Tag: v2.36.0-rc0~196 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90fb70e4588bf297caa3fea7b19a0b6c57366f37;p=thirdparty%2Fgit.git Name the next one 2.36 to prepare for 2.35.1 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.36.0.txt b/Documentation/RelNotes/2.36.0.txt new file mode 100644 index 0000000000..c59e0c80e9 --- /dev/null +++ b/Documentation/RelNotes/2.36.0.txt @@ -0,0 +1,34 @@ +Git 2.36 Release Notes +====================== + +Updates since Git 2.35 +---------------------- + +Backward compatibility warts + + * + + +Note to those who build from the source + + * + + +UI, Workflows & Features + + * + + +Performance, Internal Implementation, Development Support etc. + + * + + +Fixes since v2.35 +----------------- + + * "rebase" and "stash" in secondary worktrees are broken in + Git 2.35.0, which has been corrected. + (merge ff5b7913f0 en/keep-cwd later to maint). + + * Other code cleanup, docfix, build fix, etc. diff --git a/RelNotes b/RelNotes index c27c205001..81052262e0 120000 --- a/RelNotes +++ b/RelNotes @@ -1 +1 @@ -Documentation/RelNotes/2.35.0.txt \ No newline at end of file +Documentation/RelNotes/2.36.0.txt \ No newline at end of file