Skip to content

Commit 6144829

Browse files
authored
Changelog for #170 (#172)
1 parent 32f21bd commit 6144829

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## Unreleased - ReleaseDate
4+
### Added
5+
- `registers::Doorbell` as an alias of `registers::doorbell::Doorbell`. ([#170])
6+
47
### Changed
58
- `registers::Capability` now has read-only accessors instead of read-write ones. ([#167])
69
- `registers::doorbell::Register` is renamed to `registers::doorbell::Doorbell`. The former still exists, but is deprecated now. ([#167])
@@ -201,4 +204,5 @@
201204
### Added
202205
- Initial version.
203206

204-
[#167]: https://github.com/rust-osdev/xhci/pull/167
207+
[#170]: https://github.com/rust-osdev/xhci/pull/170
208+
[#167]: https://github.com/rust-osdev/xhci/pull/167

0 commit comments

Comments
 (0)