# Changelog
## [Unreleased]
## [3.1.2] — 2026-06-07
Version-lockstep release with the workspace (dvb-si spanning-into-PUSI section fix); no changes to this crate.
## [3.1.1] — 2026-06-07
Version-lockstep release with the workspace (dvb-si `SectionReassembler`
concatenated-section fix); no changes to this crate.
All notable changes to the `dvb_common` crate are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.1.0] — 2026-06-05
Lockstep release with the `dvb-si` 3.x line. The workspace-wide move to
Serialize-only serde does not affect this crate — its `Parse` / `Serialize`
traits are first-party (not serde) and it never carried any serde `Deserialize`.
The `yoke` feature added downstream needs nothing here: `dvb-common` exposes no
borrowing view types (only the `Parse<'a>` trait). No functional changes.
## [2.1.0] — 2026-06-05
Version-lockstep release with the workspace (Any* `name()` additions in
dvb-si / dvb-t2mi); no functional changes.
## [2.0.0] — 2026-06-05
Version-lockstep release with the workspace (dvb-si 2.0 typed client API);
no functional changes.
## [1.1.0] — 2026-06-04
Version-lockstep release with the workspace (dvb-si: complete EN 300 468
Table 12 descriptor coverage); no functional changes.
## [1.0.1] — 2026-06-04
Version-lockstep release with the workspace (dvb-si README overhaul);
no code changes.
## [1.0.0] — 2026-06-04
Initial release. Shared `Parse<'a>` / `Serialize` traits and `crc32_mpeg2`
(CRC-32 per ETSI EN 300 468 Annex C / ETSI TS 102 773 Annex A) used by the
`dvb_si`, `dvb_t2mi`, and `dvb_bbframe` family. Zero runtime dependencies.