From 04e245813a55cc360df6849eb1bfb064a8598a14 Mon Sep 17 00:00:00 2001 From: Derek Hageman Date: Sun, 16 Oct 2022 20:20:22 -0600 Subject: [PATCH] Add CHANGELOG entry for UART error field Add a changelog entry documenting the change to the UART error field name. --- rp2040-hal/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/rp2040-hal/CHANGELOG.md b/rp2040-hal/CHANGELOG.md index 1ab97bf..2bdbd32 100644 --- a/rp2040-hal/CHANGELOG.md +++ b/rp2040-hal/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 (Non-blocking traits were moved to embedded-hal-nb, which is not yet supported) - Implement UartConfig::new constructor method - @jannic - Deprecate uart::common_configs - @jannic +- Fix spelling error in UART error discarded field - @Sizurka ## [0.6.0] - 2022-08-26