We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ac0f7 commit 4eb4b7fCopy full SHA for 4eb4b7f
uefi/CHANGELOG.md
@@ -4,6 +4,11 @@
4
- **Breaking:** `uefi::helpers::init` no longer takes an argument.
5
- The lifetime of the `SearchType` returned from
6
`BootServices::register_protocol_notify` is now tied to the protocol GUID.
7
+- The traits `MemoryMap` and `MemoryMapMut` have been introduced together with
8
+ the implementations `MemoryMapRef`, `MemoryMapRefMut`, and `MemoryMapOwned`.
9
+ The old `MemoryMap` was renamed to `MemoryMapOwned`.
10
+ - `pub fn memory_map(&self, mt: MemoryType) -> Result<MemoryMap>` now returns
11
+ a `MemoryMapOwned`.
12
13
14
# uefi - 0.29.0 (2024-07-02)
0 commit comments