Skip to content

Commit b982941

Browse files
authored
Forgot to add a changelog for #167 (#168)
1 parent 7d9eb7d commit b982941

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

33
## 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])
410

511
## 0.9.2 - 2023-07-19
612
### Added
@@ -194,3 +200,5 @@
194200
## 0.1.0 - 2021-01-22
195201
### Added
196202
- Initial version.
203+
204+
[#167]: https://github.com/rust-osdev/xhci/pull/167

0 commit comments

Comments
 (0)