summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-10-11 17:22:14 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-10-11 17:22:14 (GMT)
commit2a97289ad8b103625d3a1a12f66c27f50df822ce (patch)
tree1ebee3d9890316d40bdce468869e3509e7e64e87 /Documentation/RelNotes
parent68ef6c0b1a676168d10efcb928c5977dd72cff46 (diff)
downloadgit-2a97289ad8b103625d3a1a12f66c27f50df822ce.zip
git-2a97289ad8b103625d3a1a12f66c27f50df822ce.tar.gz
git-2a97289ad8b103625d3a1a12f66c27f50df822ce.tar.bz2
Twelfth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.34.0.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.34.0.txt b/Documentation/RelNotes/2.34.0.txt
index 9d583ea..6c9c530 100644
--- a/Documentation/RelNotes/2.34.0.txt
+++ b/Documentation/RelNotes/2.34.0.txt
@@ -141,6 +141,11 @@ Performance, Internal Implementation, Development Support etc.
* Remove external declaration of functions that no longer exist.
+ * "git multi-pack-index write --bitmap" learns to propagate the
+ hashcache from original bitmap to resulting bitmap.
+
+ * CI learns to run the leak sanitizer builds.
+
Fixes since v2.33
-----------------
@@ -351,3 +356,5 @@ Fixes since v2.33
(merge 51b04c05b7 bs/difftool-msg-tweak later to maint).
(merge dd20e4a6db ab/make-compdb-fix later to maint).
(merge 6ffb990dc4 os/status-docfix later to maint).
+ (merge 100c2da2d3 rs/p3400-lose-tac later to maint).
+ (merge 76f3b69896 tb/aggregate-ignore-leading-whitespaces later to maint).