Skip to content

Commit

Permalink
Forgot to add a changelog for rust-osdev#167
Browse files Browse the repository at this point in the history
  • Loading branch information
toku-sa-n committed Dec 5, 2023
1 parent 7d9eb7d commit 644d4bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## Unreleased - ReleaseDate
### 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])

### Deprecated
- `registers::doorbell::Register` in favor of `registers::doorbell::Doorbell`. ([#167])

## 0.9.2 - 2023-07-19
### Added
Expand Down Expand Up @@ -194,3 +200,5 @@
## 0.1.0 - 2021-01-22
### Added
- Initial version.

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

0 comments on commit 644d4bf

Please sign in to comment.