Name the next one 2.36 to prepare for 2.35.1

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Jan 28, 2022 at 16:57 UTC 90fb70e4588bf297caa3fea7b19a0b6c57366f37
2 files changed +35 -1
Documentation/RelNotes/2.36.0.txt
+34
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.
RelNotes
+1 -1
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