aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2024-10-30 13:36:44 -0400
committerTaylor Blau <me@ttaylorr.com>2024-10-30 13:36:44 -0400
commit23d289d273d861f0a6244480e89ff937f66efa77 (patch)
treea5b225a44a3afd909cdf52c754965e4e578b7450 /Documentation/RelNotes
parentMerge branch 'sk/t7011-cleanup' (diff)
downloadgit-23d289d273d861f0a6244480e89ff937f66efa77.tar.gz
git-23d289d273d861f0a6244480e89ff937f66efa77.zip
The sixth batch
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.48.0.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.48.0.txt b/Documentation/RelNotes/2.48.0.txt
index ec05f45fb3..e5b3de8aff 100644
--- a/Documentation/RelNotes/2.48.0.txt
+++ b/Documentation/RelNotes/2.48.0.txt
@@ -37,6 +37,13 @@ Performance, Internal Implementation, Development Support etc.
variable in a few of them have been removed using the new calling
convention.
+ * The reftable sub-system grew a new reftable-specific strbuf
+ replacement to reduce its dependency on Git-specific data
+ structures.
+
+ * The ref-filter machinery learns to recognize and avoid cases where
+ sorting would be redundant.
+
Fixes since v2.47
-----------------
@@ -88,3 +95,7 @@ Fixes since v2.47
(merge 41869f7447 ak/typofixes later to maint).
(merge f1eea0b620 ak/typofix later to maint).
(merge dcd590a39d bf/t-readme-mention-reftable later to maint).
+ (merge 52acf6771b kh/submitting-patches later to maint).
+ (merge a73070fbd4 ks/t4205-fixup later to maint).
+ (merge 9e362dd060 co/t6050-pipefix later to maint).
+ (merge 91687cd13f sk/t7011-cleanup later to maint).