From 72de596999ab6376c88040b6b5d97f734c7a4727 Mon Sep 17 00:00:00 2001 From: Dan Draper Date: Wed, 20 May 2026 23:18:55 +1000 Subject: [PATCH] docs(changelog): correct the 2.3.0 upgrade-notes summary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Upgrade notes paragraph said "Six numbered notes ... (U-006)", but v2.3 has eight — U-007 (typed `->` selector lookup) and U-008 (typed `stevec_query` containment), both added by #223, were already referenced by the section's own Added entries. Also drop the mention of the removed fused `eql_v2.hmac_256(col, '')` recipe from the U-004 summary. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f52b54dc9..24663d935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,7 +71,7 @@ Each entry that ships in a published release links to the PR that introduced it. ### Upgrade notes -See [`docs/upgrading/v2.3.md`](docs/upgrading/v2.3.md). Six numbered notes cover the indexing recipe shift (U-001), the hmac requirement for equality and hashing (U-002), the formalisation of Blake3 as ste_vec-internal (U-003 — now historical, see U-004), the breaking ste_vec element shape migration plus the new `eql_v2.hmac_256(col, '')` recipe (U-004), the Block-ORE-only contract for range operators (U-005), and the ste_vec ORE-CLLW field consolidation to a single `oc` field (U-006). +See [`docs/upgrading/v2.3.md`](docs/upgrading/v2.3.md). Eight numbered notes cover the indexing recipe shift (U-001), the hmac requirement for equality and hashing (U-002), the formalisation of Blake3 as ste_vec-internal (U-003 — now historical, see U-004), the breaking ste_vec element shape migration (U-004), the Block-ORE-only contract for range operators (U-005), the ste_vec ORE-CLLW field consolidation to a single `oc` field (U-006), the typed `->` selector lookup returning `eql_v2.ste_vec_entry` (U-007), and the typed `stevec_query` containment needle (U-008). ## [2.2.1] — 2026-04