summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-05-26 16:38:13 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-05-26 16:38:13 (GMT)
commit2d5e9f31ac46017895ce6a183467037d29ceb9d3 (patch)
treee69f8c07296df4fcb3b434dba38044b52ced1dcd /Documentation
parent21a15f43c9ea179d8d236e0c8b33ca0ea67b39ef (diff)
downloadgit-2d5e9f31ac46017895ce6a183467037d29ceb9d3.zip
git-2d5e9f31ac46017895ce6a183467037d29ceb9d3.tar.gz
git-2d5e9f31ac46017895ce6a183467037d29ceb9d3.tar.bz2
Git 2.27-rc2v2.27.0-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.27.0.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.27.0.txt b/Documentation/RelNotes/2.27.0.txt
index 44b4b61..15518d0 100644
--- a/Documentation/RelNotes/2.27.0.txt
+++ b/Documentation/RelNotes/2.27.0.txt
@@ -24,6 +24,10 @@ Backward compatibility notes
users may find annoying---those who prefer not to rebase need to
set the variable to false to squelch the warning.
+ * The transport protocol version 2, which was promoted to the default
+ in Git 2.26 release, turned out to have some remaining rough edges,
+ so it has been demoted from the default.
+
UI, Workflows & Features