Skip to content

Commit

Permalink
uefi: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed Aug 21, 2024
1 parent 128853b commit 8b00584
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions uefi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
See [Deprecating SystemTable/BootServices/RuntimeServices][funcmigrate] for
details of the new `system`/`boot`/`runtime` modules, and upcoming deprecations.

Further, we added documentation to `lib.rs` and the [uefi-rs book] about how
`uefi` compares to standard Rust binaries for UEFI (those using `std`), and how
to integrate the `uefi` crate into them.

## Added
- `uefi::system` is a new module that provides freestanding functions for
accessing fields of the global system table.
Expand Down Expand Up @@ -605,3 +609,6 @@ Rust 1.68 or higher.
truncated and could result in out-of-bounds reads.
- Fixed size check for file info types so that alignment padding is
taken into account. This fixes potential out-of-bounds writes.


[uefi-rs book]: https://rust-osdev.github.io/uefi-rs/HEAD

0 comments on commit 8b00584

Please sign in to comment.