Skip to content

Commit 8b09be3

Browse files
committed
uefi: update CHANGELOG
1 parent 2e66165 commit 8b09be3

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
@@ -1,5 +1,9 @@
11
# uefi - [Unreleased]
22

3+
We added documentation to `lib.rs` and the [uefi-rs book] about how
4+
`uefi` compares to "standard Rust binaries" for UEFI (those using `std`), and
5+
how to integrate the `uefi` crate into them.
6+
37
## Added
48
- Added `Handle::new`
59

@@ -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)