You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: embedded-hal/CHANGELOG.md
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,33 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [Unreleased]
9
9
10
-
### Changed
11
10
12
-
- The `embedded-hal` crate now contains blocking traits only. Import paths no longer contain `::blocking`. `nb` traits are now available in a separate `embedded-hal-nb` crate.
13
-
- Moved CAN traits to a separate `embedded-can` crate.
11
+
## [v1.0.0-alpha.9] - 2022-09-28
12
+
13
+
*** This is (also) an alpha release with breaking changes (sorry) ***
14
+
15
+
### Changed
16
+
- The `embedded-hal` crate now contains blocking traits only. Import paths no longer contain `::blocking`.
14
17
15
18
### Added
16
19
- Implement `PartialOrd`, `Ord`, `Hash` for `can::StandardId`, `can::ExtendedId` and `can::Id` according to CAN bus arbitration rules
17
20
- Implement `Eq` for `i2c::Operaiton`
21
+
- Implement `PartialOrd`, `Ord`, `Hash` for `can::StandardId`, `can::ExtendedId` and `can::Id` according to CAN bus arbitration rules.
18
22
19
23
### Fixed
20
24
- Fixed documentation for `wait_for_rising_edge`.
21
25
22
26
### Removed
23
-
-`digital::blocking::IoPin` traits.
24
-
-`spi::blocking::ExclusiveDevice` and `spi::blocking::ExclusiveDeviceError`. These have been moved to a separate crate.
0 commit comments