From 022ea6601e6a596dcf0d5fa6d7297343d14686ea Mon Sep 17 00:00:00 2001 From: userFRM Date: Wed, 6 May 2026 01:12:41 +0200 Subject: [PATCH] docs(changelog): note exchange code 0 rename under [8.0.26] #477 (Composite rename) merged after the [8.0.26] section was drafted. Add the bullet under "Changed" so the release notes reflect everything that ships with v8.0.26. --- CHANGELOG.md | 4 ++++ docs-site/docs/changelog.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4ae5011..5d4a47ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -87,6 +87,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `#[repr(C, align(64))]` declared on the corresponding `tdbe` types -- the schema-derived FFI size used to under-count by the alignment rounding (32/144 vs 64/192) before reaching the C++ layout assert. +- Exchange code 0 in `crates/tdbe/src/exchange.rs` renamed from a + third-party product mark to neutral SIP terminology (`Composite`). + Symbol stays `COMP`; wire byte 0 still resolves to the same array + slot. Closes #476. ### Fixed diff --git a/docs-site/docs/changelog.md b/docs-site/docs/changelog.md index b4ae5011..5d4a47ce 100644 --- a/docs-site/docs/changelog.md +++ b/docs-site/docs/changelog.md @@ -87,6 +87,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `#[repr(C, align(64))]` declared on the corresponding `tdbe` types -- the schema-derived FFI size used to under-count by the alignment rounding (32/144 vs 64/192) before reaching the C++ layout assert. +- Exchange code 0 in `crates/tdbe/src/exchange.rs` renamed from a + third-party product mark to neutral SIP terminology (`Composite`). + Symbol stays `COMP`; wire byte 0 still resolves to the same array + slot. Closes #476. ### Fixed