Skip to content

Commit 40c131c

Browse files
committed
uefi: update changelog
1 parent 7da3432 commit 40c131c

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
@@ -16,6 +16,13 @@
1616
- `system::with_config_table`, `system::with_stdin`, `system::with_stdout` and `system::with_stderr`
1717
now take mutably closure.
1818
- **Breaking:** The MSRV is now 1.85.1 and the crate uses the Rust 2024 edition.
19+
- **Breaking:** All public APIs related to networking now use
20+
`core::net::{IpAddr, Ipv4Addr, Ipv6Addr}`, i.e., the types from the standard
21+
library.
22+
- This especially affects the SNP and PXE protocols
23+
- The new design makes writing network code much simpler.
24+
- **Breaking:** Removed type `IpAddress`. In case you still need a low-level
25+
EFI compatible type please use `IpAddress` from `uefi-raw`.
1926
- The documentation in `lib.rs` now provides guidance on how to select features
2027
tailored to your use case.
2128
- Feature `log-debugcon` is no longer a default feature. You only need to add
@@ -31,6 +38,7 @@
3138
- Removed `File::get_boxed_info_in`
3239
- Removed `Directory::read_entry_boxed_in`
3340

41+
3442
# uefi - 0.35.0 (2025-05-04)
3543

3644
## Added

0 commit comments

Comments
 (0)