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: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
## Unreleased - ReleaseDate
4
4
5
+
## 0.8.7 - 2022-08-17
6
+
### Changed
7
+
-`registers::runtime::InterruptRegisterSet` is renamed to `registers::runtime::InterrupterRegisterSet` (note: Interrupt**er**). The former still exists but is an alias of the latter and is deprecated now.
8
+
9
+
### Deprecated
10
+
-`registers::runtime::InterruptRegisterSet` in favor of `registers::runtime::InterrupterRegisterSet`.
11
+
5
12
## 0.8.6 - 2022-07-31
6
13
### Fixed
7
14
- The wrong bit range in the implementation of `TryFrom<[u32; 4]>` for TRB structs is fixed.
0 commit comments