From 8a9856caa75c0aaad2aa47f760d4aeb422c68e1d Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 29 Oct 2020 08:30:51 +1300 Subject: [PATCH] Added SPI transactions to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3470854ca..bbde76f71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ### Added +- `Transactional` SPI interface for executing groups of SPI transactions ### Changed @@ -19,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added - 10-bit addressing mode for I2C traits. - `try_set_state` method for `OutputPin` using an input `PinState` value. +- `Transactional` interface for grouping SPI transactions ### Changed