From 63881a365b1af96d818486c37f5ab2846d6adb60 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 4 Jul 2024 18:06:58 +0200 Subject: [PATCH] changelog --- va108xx-hal/CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/va108xx-hal/CHANGELOG.md b/va108xx-hal/CHANGELOG.md index 71210f0..d2bff1c 100644 --- a/va108xx-hal/CHANGELOG.md +++ b/va108xx-hal/CHANGELOG.md @@ -8,10 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [v0.7.0] 2024-07-04 -- Replace `uarta` and `uartb` `Uart` constructors by `new` constructor. -- Replace SPI `spia`, `spib` and `spic` constructors by `new` constructor. +- Replace `uarta` and `uartb` `Uart` constructors by `new` constructor +- Replace SPI `spia`, `spib` and `spic` constructors by `new` constructor - Replace I2C `i2ca`, `i2cb` constructors by `new` constructor. Update constructor - to fail on invalid fast I2C speed system clock values. + to fail on invalid fast I2C speed system clock values +- Renamed `gpio::pins` to `gpio::pin` and `gpio::dynpins` to `gpio::dynpin` ## [v0.6.0] 2024-06-16