Skip to content

Commit 8b00584

Browse files
committed
uefi: update CHANGELOG
1 parent 128853b commit 8b00584

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

uefi/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
See [Deprecating SystemTable/BootServices/RuntimeServices][funcmigrate] for
99
details of the new `system`/`boot`/`runtime` modules, and upcoming deprecations.
1010

11+
Further, we added documentation to `lib.rs` and the [uefi-rs book] about how
12+
`uefi` compares to standard Rust binaries for UEFI (those using `std`), and how
13+
to integrate the `uefi` crate into them.
14+
1115
## Added
1216
- `uefi::system` is a new module that provides freestanding functions for
1317
accessing fields of the global system table.
@@ -605,3 +609,6 @@ Rust 1.68 or higher.
605609
truncated and could result in out-of-bounds reads.
606610
- Fixed size check for file info types so that alignment padding is
607611
taken into account. This fixes potential out-of-bounds writes.
612+
613+
614+
[uefi-rs book]: https://rust-osdev.github.io/uefi-rs/HEAD

0 commit comments

Comments
 (0)