Skip to content

Commit 9eca683

Browse files
committed
Update changelog
1 parent a445433 commit 9eca683

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Unreleased
22

3+
- Add support for position independent executables ([#206](https://github.com/rust-osdev/bootloader/pull/206))
4+
- Add optional ASLR ([#221](https://github.com/rust-osdev/bootloader/pull/221))
5+
- Logger: nicer font rendering into framebuffer ([#213](https://github.com/rust-osdev/bootloader/pull/213))
6+
- Fix warnings on latest nightly (`maybe_uninit_extra` is no longer feature-gated) ([#222](https://github.com/rust-osdev/bootloader/pull/222))
7+
- Rework `UsedLevel4Entries` ([#219](https://github.com/rust-osdev/bootloader/pull/219))
8+
- Add small doc-comment to entry_point! macro ([#220](https://github.com/rust-osdev/bootloader/pull/220))
9+
310
# 0.10.11 – 2022-01-09
411

512
- Remove feature flag for `lang_items`, `asm` and `global_asm` ([#210](https://github.com/rust-osdev/bootloader/pull/210))

0 commit comments

Comments
 (0)