Skip to content

Commit c62f42f

Browse files
committed
uefi: update CHANGELOG
1 parent 57fd4f9 commit c62f42f

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
@@ -3,6 +3,10 @@
33
See [Deprecating SystemTable/BootServices/RuntimeServices][funcmigrate] for
44
details of the new `system`/`boot`/`runtime` modules, and upcoming deprecations.
55

6+
Further, we added documentation to `lib.rs` and the [uefi-rs book] about how
7+
`uefi` compares to standard Rust binaries for UEFI (those using `std`), and how
8+
to integrate the `uefi` crate into them.
9+
610
## Added
711
- `uefi::system` is a new module that provides freestanding functions for
812
accessing fields of the global system table.
@@ -595,3 +599,6 @@ Rust 1.68 or higher.
595599
truncated and could result in out-of-bounds reads.
596600
- Fixed size check for file info types so that alignment padding is
597601
taken into account. This fixes potential out-of-bounds writes.
602+
603+
604+
[uefi-rs book]: https://rust-osdev.github.io/uefi-rs/HEAD

0 commit comments

Comments
 (0)