Skip to content

Commit 8b691f8

Browse files
committed
doc: changelog update
1 parent f8ff2be commit 8b691f8

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

uefi-raw/CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
- Added `AllocateType`.
55
- Added `PciRootBridgeIoProtocol`.
66

7+
## Changed
8+
- The documentation for UEFI protocols has been streamlined and improved.
79

810
# uefi-raw - 0.11.0 (2025-05-04)
911

@@ -26,11 +28,6 @@
2628
## Changed
2729
- `DevicePathProtocol` now derives
2830
`Clone, Copy, Debug, Eq, PartialEq, Ord, PartialOrd, Hash`
29-
- The documentation for UEFI device paths has been streamlined and improved.
30-
31-
## Changed
32-
33-
- **Breaking:** The MSRV is now 1.85.1 and the crate uses the Rust 2024 edition.
3431

3532

3633
# uefi-raw - 0.10.0 (2025-02-07)

uefi/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
it in case you are also using the `logger` feature and if you run your UEFI
1818
image in QEMU or Cloud Hypervisor, when the debugcon/debug-console device is
1919
available.
20+
- The documentation for UEFI protocols has been streamlined and improved.
2021

2122
# uefi - 0.35.0 (2025-05-04)
2223

@@ -64,7 +65,6 @@
6465
bugs on some devices.
6566
- The UEFI `allocator::Allocator` has been optimized for page-aligned
6667
allocations.
67-
- The documentation for UEFI device paths has been streamlined and improved.
6868

6969

7070
# uefi - 0.34.1 (2025-02-07)

0 commit comments

Comments
 (0)