Skip to content

Commit 91d79bb

Browse files
committed
Update CHANGELOG
1 parent cc85e62 commit 91d79bb

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Added
9+
- Implement polarity and pull-up/down support for `MCP23017` and `MCP23S17` ([#31]).
10+
11+
[#31]: https://github.com/Rahix/port-expander/pull/31
812

913

1014
## [0.6.0] - 2024-05-10
11-
#### Added
15+
### Added
1216
- Support for `MCP23017` (I2C variant) and `MCP23S17` (SPI variant) ([#27]).
1317

14-
#### Fixed
18+
### Fixed
1519
- Fixed `embedded-hal` digital I/O trait implementations being unusable due to
1620
usage of an incompatible error type ([#30]).
1721

18-
#### Changed
22+
### Changed
1923
- **BREAKING** `Pin` methods now return a custom error type which wraps the bus
2024
error instead of returning the bus error directly ([#30]).
2125

0 commit comments

Comments
 (0)