Skip to content

Commit 8fca041

Browse files
committed
Fix changelog
1 parent 59c1bd8 commit 8fca041

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## Added
11+
12+
## Changed
13+
14+
- **Breaking** lib: `{SPI, I2C}Interface, PGPIO{8, 16}BitInterface` is renamed to `{Spi, I2c}Interface, PGpio{8, 16}BitInterface`
1015

1116
## [v0.5.0] - 2023-01-12
1217

@@ -16,17 +21,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1621
- New `AsyncWriteOnlyDataCommand` trait.
1722
- i2c, spi: `async/await` support.
1823
- parallel-gpio: Added `Generic16BitBus`
19-
- parallel-gpio: Added `PGpio16BitInterface`
24+
- parallel-gpio: Added `PGPIO16BitInterface`
2025
- added `defmt-03` feature
2126

2227
## Changed
2328

2429
- **Breaking** raised MSRV to 1.75
25-
- spi: `SpiInterface` now wraps objects that implement the `SpiDeviceWrite` trait from embedded-hal 1.0.0
26-
- spi: `SpiInterface` now wraps objects that implement the `SpiDeviceWrite` trait from embedded-hal-async 1.0.0
30+
- spi: `SPIInterface` now wraps objects that implement the `SpiDeviceWrite` trait from embedded-hal 1.0.0
31+
- spi: `SPIInterface` now wraps objects that implement the `SpiDeviceWrite` trait from embedded-hal-async 1.0.0
2732
- parallel-gpio: Fixed bug with fallible pins
2833
- **Breaking** parallel-gpio: `GenericxBitBus::new` is now infallible
29-
- **Breaking** lib: `{SPI, I2C}Interface, PGPIO{8, 16}BitInterface` is renamed to `{Spi, I2c}Interface, PGpio{8, 16}BitInterface`
3034

3135
## [v0.4.1] - 2021-05-10
3236

0 commit comments

Comments
 (0)