diff --git a/va108xx-hal/CHANGELOG.md b/va108xx-hal/CHANGELOG.md index f0dfd51..5bcf884 100644 --- a/va108xx-hal/CHANGELOG.md +++ b/va108xx-hal/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [v0.9.0] +## Fixed + +- Important bugfix for UART driver which causes UART B drivers not to work. + ## Removed - Deleted some HAL re-exports in the PWM module @@ -48,12 +52,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Add new `get_tim_raw` unsafe method to retrieve TIM peripheral blocks. - `Uart::with_with_interrupt` and `Uart::new_without_interrupt` -## [v0.8.1] 2025-02-13 - -## Fixed - -- Important bugfix for UART driver which causes UART B drivers not to work. - ## [v0.8.0] 2024-09-30 ## Changed