# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.0.3] - 2026-08-05 ### Added - Test suite. ### Changed - Lock timeout handling. - Static const members to constexpr. - Transaction documentation. ### Fixed - Uninitialized max transaction size. - Missing validation of the number of command and address bits. ## [1.0.2] - 2024-08-29 ### Fixed - Interface initialization. ## [1.0.1] - 2024-08-26 ### Changed - Controller and interface locking. ## [1.0.0] - 2024-08-23 Initial release.