We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9eb7d commit b982941Copy full SHA for b982941
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
3
## Unreleased - ReleaseDate
4
+### Changed
5
+- `registers::Capability` now has read-only accessors instead of read-write ones. ([#167])
6
+- `registers::doorbell::Register` is renamed to `registers::doorbell::Doorbell`. The former still exists, but is deprecated now. ([#167])
7
+
8
+### Deprecated
9
+- `registers::doorbell::Register` in favor of `registers::doorbell::Doorbell`. ([#167])
10
11
## 0.9.2 - 2023-07-19
12
### Added
@@ -194,3 +200,5 @@
194
200
## 0.1.0 - 2021-01-22
195
201
196
202
- Initial version.
203
204
+[#167]: https://github.com/rust-osdev/xhci/pull/167
0 commit comments