Skip to content

Commit 319072d

Browse files
committed
Update changelog
1 parent d263b09 commit 319072d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
- New `DisplayError` variant `RSError` to use with problems with the display's reset signal
1313
- New `DisplayError` variant `OutOfBoundsError` to use when writing to a non-existing pixel outside the display's bounds
14+
- parallel-gpio: New `OutputBus` trait
15+
- parallel-gpio: Added `Generic8BitBus`, an implementation of `OutputBus`
1416

1517
### Changed
1618

1719
- Return `DCError` instead of `BusWriteError` on errors (de-)asserting the DC signal in 8-bit GPIO interfaces
20+
- **Breaking** parallel-gpio: `PGPIO8BitInterface` now uses any 8-bit impementation of `OutputBus` instead of 8 individual pins
1821

1922
## [v0.4.0] - 2020-05-25
2023

0 commit comments

Comments
 (0)