Skip to content

Commit 166227e

Browse files
committed
uefi: update changelog
1 parent f0e2871 commit 166227e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

uefi/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
- `system::with_config_table`, `system::with_stdin`, `system::with_stdout` and `system::with_stderr`
1919
now take mutably closure.
2020
- **Breaking:** The MSRV is now 1.85.1 and the crate uses the Rust 2024 edition.
21+
- **Breaking:** All public APIs related to networking now use
22+
`core::net::{IpAddr, Ipv4Addr, Ipv6Addr}`, i.e., the types from the standard
23+
library.
24+
- This especially affects the SNP and PXE protocols
25+
- The new design makes writing network code much simpler.
26+
- **Breaking:** Removed type `IpAddress`. In case you still need a low-level
27+
EFI compatible type please use `IpAddress` from `uefi-raw`.
2128
- The documentation in `lib.rs` now provides guidance on how to select features
2229
tailored to your use case.
2330
- Feature `log-debugcon` is no longer a default feature. You only need to add
@@ -33,6 +40,7 @@
3340
- Removed `File::get_boxed_info_in`
3441
- Removed `Directory::read_entry_boxed_in`
3542

43+
3644
# uefi - 0.35.0 (2025-05-04)
3745

3846
## Added

0 commit comments

Comments
 (0)