From 975322f089909c82e57b4df7ec969fee57659564 Mon Sep 17 00:00:00 2001 From: Jesse Braham Date: Thu, 19 Oct 2023 09:17:04 -0700 Subject: [PATCH] Update `CHANGELOG.md` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d916e9761..8f0e59d39a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The `spi` and `spi_slave` modules have been refactored into the `spi`, `spi::master`, and `spi::slave` modules (#843) - The `WithDmaSpi2`/`WithDmaSpi3` structs are no longer generic around the inner peripheral type (#853) - The `SarAdcExt`/`SensExt` traits are now collectively named `AnalogExt` instead (#857) +- Replace the `radio` module with peripheral singleton structs (#852) ## [0.12.0]