Skip to content

Commit

Permalink
Changelog for #170 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
toku-sa-n authored Dec 10, 2023
1 parent 32f21bd commit 6144829
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## Unreleased - ReleaseDate
### Added
- `registers::Doorbell` as an alias of `registers::doorbell::Doorbell`. ([#170])

### Changed
- `registers::Capability` now has read-only accessors instead of read-write ones. ([#167])
- `registers::doorbell::Register` is renamed to `registers::doorbell::Doorbell`. The former still exists, but is deprecated now. ([#167])
Expand Down Expand Up @@ -201,4 +204,5 @@
### Added
- Initial version.

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

0 comments on commit 6144829

Please sign in to comment.