From 90fb70e4588bf297caa3fea7b19a0b6c57366f37 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 28 Jan 2022 16:57:10 -0800 Subject: Name the next one 2.36 to prepare for 2.35.1 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.36.0.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Documentation/RelNotes/2.36.0.txt (limited to 'Documentation') 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. -- cgit v1.2.3