Skip to content

Commit 4c036fb

Browse files
committed
doc: changelog update
1 parent 38acbfe commit 4c036fb

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
@@ -9,6 +9,7 @@
99
- `system::with_config_table`, `system::with_stdin`, `system::with_stdout` and `system::with_stderr`
1010
now take mutably closure.
1111
- **Breaking:** The MSRV is now 1.85.1 and the crate uses the Rust 2024 edition.
12+
- The documentation for UEFI protocols has been streamlined and improved.
1213

1314
# uefi - 0.35.0 (2025-05-04)
1415

@@ -56,7 +57,6 @@
5657
bugs on some devices.
5758
- The UEFI `allocator::Allocator` has been optimized for page-aligned
5859
allocations.
59-
- The documentation for UEFI device paths has been streamlined and improved.
6060

6161

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

0 commit comments

Comments
 (0)