From 1755e1a0d20c2ae685054eff1fcae6e07d072cf5 Mon Sep 17 00:00:00 2001 From: Paul Paterson Date: Sat, 6 Jan 2024 15:06:52 -0500 Subject: [PATCH] fix changelog some more --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e743b97b6..d3df4fc631 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ESP32-C6: Implement deep sleep (#918) ### Changed +- Added inherent implementations for TWAI transmit and receive +- Added inherent `transmit` and `receive` methods for `Twai`. `embedded-hal` `Can` trait is no longer needed in scope. (#951) ### Fixed @@ -63,8 +65,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Relevant interrupts are now auto enabled in `embassy::init` (#1014). - Set up interrupts for the DMA and async enabled peripherals only when `async` feature is provided (#1042) - S2 / S3: Don't require GPIO 18 to create a USB peripheral driver instance (#990) -- Added inherent implementations for TWAI transmit and receive -- Added inherent `transmit` and `receive` methods for `Twai`. `embedded-hal` `Can` trait is no longer needed in scope. (#951) ### Fixed