update changelog

This commit is contained in:
Süha Ünüvar 2025-09-15 18:07:56 +08:00
parent db1275358c
commit 9a4bdec392

View File

@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- feat: Added support for more OctoSPI configurations (e.g. APS6408 RAM) ([#4581](https://github.com/embassy-rs/embassy/pull/4581))
- fix: stm32/usart: fix bug with blocking flush in buffered uart ([#4648](https://github.com/embassy-rs/embassy/pull/4648))
- fix: stm32/(ospi/hspi/xspi): Fix the alternate bytes register config sticking around for subsequent writes
- feat: Configurable gpio speed for QSPI
## 0.4.0 - 2025-08-26