diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-01-28 16:57:10 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-01-28 16:57:10 -0800 |
commit | 90fb70e4588bf297caa3fea7b19a0b6c57366f37 (patch) | |
tree | 9bb83c884ba33bf7d261fb2a5fcfd281bf04ae66 /Documentation | |
parent | Merge branch 'en/keep-cwd' (diff) | |
download | tgif-90fb70e4588bf297caa3fea7b19a0b6c57366f37.tar.xz |
Name the next one 2.36 to prepare for 2.35.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes/2.36.0.txt | 34 |
1 files changed, 34 insertions, 0 deletions
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. |