We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387782e commit d6240deCopy full SHA for d6240de
Changelog.md
@@ -1,5 +1,10 @@
1
# Unreleased
2
3
+- [Fix bug stemming from treating an exclusive range as an inclusive ranges](https://github.com/rust-osdev/bootloader/pull/362)
4
+- [Update `uefi` dependency to `v0.20`](https://github.com/rust-osdev/bootloader/pull/360)
5
+- [Implemented sorting of uefi memory maps](https://github.com/rust-osdev/bootloader/pull/365)
6
+- [Run `cargo update` to fix build on nightly](https://github.com/rust-osdev/bootloader/pull/385)
7
+
8
# 0.11.3 – 2023-03-26
9
10
- [Fix docs.rs build](https://github.com/rust-osdev/bootloader/pull/358)
0 commit comments