Skip to content

Commit f00c35c

Browse files
committed
Update Changelog
Signed-off-by: Joe Richey <[email protected]>
1 parent 9405b80 commit f00c35c

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,10 @@
11
# Unreleased
22

3-
- The following methods no longer require the `nightly` feature to be `const fn`s`:
3+
- Make the following types aliases of the new `PortGeneric` type ([#248](https://github.com/rust-osdev/x86_64/pull/248)):
4+
- `Port<T> = PortGeneric<T, ReadWriteAccess>`
5+
- `PortReadOnly<T> = PortGeneric<T, ReadOnlyAccess>`
6+
- `PortWriteOnly<T> = PortGeneric<T, WriteOnlyAccess>`
7+
- The following methods no longer require the `nightly` feature to be `const fn`s` ([#255](https://github.com/rust-osdev/x86_64/pull/255)):
48
- `PageTable::new`
59
- `GlobalDescriptorTable::from_raw_slice`
610
- `MappedFrame::{start_address, size}`

0 commit comments

Comments
 (0)