Skip to content

Commit 4eb4b7f

Browse files
committed
doc: update changelog
1 parent 07ac0f7 commit 4eb4b7f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

uefi/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
- **Breaking:** `uefi::helpers::init` no longer takes an argument.
55
- The lifetime of the `SearchType` returned from
66
`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`.
712

813

914
# uefi - 0.29.0 (2024-07-02)

0 commit comments

Comments
 (0)