chore(embassy-stm32): Update changelog

Refs: #4577
This commit is contained in:
Francisco José Gómez 2025-08-28 12:19:14 -04:00 committed by Dario Nieuwenhuis
parent d264c8ab31
commit 46ce5ab697

View File

@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- fix: stm32/i2c in master mode (blocking): subsequent transmissions failed after a NACK was received
- feat: stm32/timer: add set_polarity functions for main and complementary outputs in complementary_pwm
- Add I2S support for STM32F1, STM32C0, STM32F0, STM32F3, STM32F7, STM32G0, STM32WL, STM32H5, STM32H7RS
### Fixed
- STM32: Prevent dropped DacChannel from disabling Dac peripheral if another DacChannel is still in scope ([#4577](https://github.com/embassy-rs/embassy/pull/4577))
## 0.4.0 - 2025-08-26