Skip to content

Commit 966827c

Browse files
userFRMclaude
andcommitted
docs: sync docs-site/docs/changelog.md with CHANGELOG.md
`Extended Surfaces` job runs `scripts/check_docs_consistency.py` which verifies the docs-site changelog mirror matches the canonical `CHANGELOG.md`. Bring it in sync. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7ae1094 commit 966827c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs-site/docs/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,17 @@ PR #489 (dispatcher core), #490 (C ABI), #492 (Python), #493
124124
shipped in this release. The `fpss_smoke` example is restored on
125125
the callback path.
126126

127+
### tdbe
128+
129+
- `tdbe::right::ParsedRight::from_wire_byte(byte: i32) -> Option<Self>`
130+
`const fn` decoder for the FPSS wire `right` byte (`67` for
131+
`'C'`, `80` for `'P'`). Inverse of the existing `as_wire_byte()`.
132+
Removes the rationale for downstream tick decoders to re-type the
133+
`67` / `80` magic numbers at every trust boundary; round-trip
134+
property test confirms `from_wire_byte(self.as_wire_byte().unwrap())
135+
== Some(self)` for every variant where the forward direction is
136+
defined. Patch bump tdbe 0.12.8 → 0.12.9.
137+
127138
## [8.0.29] - 2026-05-06
128139

129140
### Removed

0 commit comments

Comments
 (0)