Improve CDS timecode implementation #3

Merged
muellerr merged 15 commits from improve_cds_short_impl into main 2023-01-09 11:08:14 +01:00
Showing only changes of commit b07cec28ea - Show all commits

View File

@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased]
## Fixed
- Remove `Default` derive on CDS time provider. This can lead to uninitialized preamble fields.
## Changed
- `serde` support is now optional and behind the `serde` feature.