diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-08-19 10:44:04 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-08-19 11:07:38 -0700 |
| commit | bb9c16bd4f1a9a00799e10c81ee6506cf468c0c7 (patch) | |
| tree | 81921c0d4170ec3151e3a32bd51fd147450764fe | |
| parent | Merge branch 'ps/transport-leakfix-test-updates' (diff) | |
| download | git-bb9c16bd4f1a9a00799e10c81ee6506cf468c0c7.tar.gz git-bb9c16bd4f1a9a00799e10c81ee6506cf468c0c7.zip | |
The sixth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/2.47.0.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.47.0.txt b/Documentation/RelNotes/2.47.0.txt index 18e3eaeec1..ba1a9cbc9e 100644 --- a/Documentation/RelNotes/2.47.0.txt +++ b/Documentation/RelNotes/2.47.0.txt @@ -67,6 +67,12 @@ Performance, Internal Implementation, Development Support etc. the users of ref iterators, allowing for-each-ref and friends to avoid an extra ref_resolve_* API call per a symbolic ref. + * Unit-test framework has learned a simple control structure to allow + embedding test statements in-line instead of having to create a new + function to contain them. + + * Incremental updates of multi-pack index files is getting worked on. + Fixes since v2.46 ----------------- @@ -146,3 +152,4 @@ Fixes since v2.46 (merge 0c4d5aa22d rs/use-decimal-width later to maint). (merge 67be8c4de5 jc/document-use-of-local later to maint). (merge 098be29f5b rs/t-example-simplify later to maint). + (merge 0d66f601a9 jc/tests-no-useless-tee later to maint). |
