Skip to content

Commit f3c597a

Browse files
committed
Update changelog for #179
1 parent 7ea8c94 commit f3c597a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Unreleased
22

3+
- **Breaking**: Decouple instructions into a separate feature flag ([#179](https://github.com/rust-osdev/x86_64/pull/179))
4+
- Gates the `instructions` module by a new `instructions` feature (enabled by default).
5+
- Rename the `stable` feature to `external_asm`
6+
- `PageTable::new` is no longer a `const fn` on stable (i.e. without the `nightly` feature)
7+
38
# 0.11.8 – 2020-09-23
49

510
- Add `VirtAddr::is_null` ([#180](https://github.com/rust-osdev/x86_64/pull/180))

0 commit comments

Comments
 (0)