@@ -48,6 +48,9 @@ UI, Workflows & Features
4848 * "git cat-file --batch" learns an in-line command "mailmap"
4949 that lets the user toggle use of mailmap.
5050
51+ * The "git pack-objects --path-walk" traversal has been integrated
52+ with several object filters, including blobless and sparse filters.
53+
5154
5255Performance, Internal Implementation, Development Support etc.
5356--------------------------------------------------------------
@@ -115,6 +118,10 @@ Performance, Internal Implementation, Development Support etc.
115118 more robust by falling back to reading the commit object when
116119 the commit-graph is no longer available.
117120
121+ * The "name" argument in git_connect() and related functions has been
122+ converted to a "service" enum to improve type safety and clarify its
123+ purpose.
124+
118125
119126Fixes since v2.54
120127-----------------
@@ -230,6 +237,10 @@ Fixes since v2.54
230237 * Update GitLab CI jobs that exercise macOS.
231238 (merge 62319b49bb ps/gitlab-ci-macOS-improvements later to maint).
232239
240+ * "Friday noon" asked in the morning on Sunday was parsed to be one
241+ day before the specified time, which has been corrected.
242+ (merge b809304101 ta/approxidate-noon-fix later to maint).
243+
233244 * Other code cleanup, docfix, build fix, etc.
234245 (merge 80f4b802e9 ja/doc-difftool-synopsis-style later to maint).
235246 (merge b96490241e jc/doc-timestamps-in-stat later to maint).
0 commit comments