We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425257b commit 60b7c64Copy full SHA for 60b7c64
uefi-raw/CHANGELOG.md
@@ -3,6 +3,7 @@
3
## Added
4
- Added `Boolean` type
5
- Added `protocol::network::pxe` module.
6
+- Added conversions between `MacAddress` and the `[u8; 6]` type that's more commonly used to represent MAC addresses.
7
8
9
# uefi-raw - 0.10.0 (2025-02-07)
uefi/CHANGELOG.md
@@ -2,6 +2,8 @@
2
- Added `boot::signal_event`.
+- Added conversions between `proto::network::IpAddress` and `core::net` types.
+- Added conversions between `proto::network::MacAddress` and the `[u8; 6]` type that's more commonly used to represent MAC addresses.
## Changed
- **Breaking:** Removed `BootPolicyError` as `BootPolicy` construction is no
0 commit comments