Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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