Skip to content

Commit 60b7c64

Browse files
ifd3fnicholasbishop
authored andcommitted
update changelog
1 parent 425257b commit 60b7c64

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

uefi-raw/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Added
44
- Added `Boolean` type
55
- Added `protocol::network::pxe` module.
6+
- Added conversions between `MacAddress` and the `[u8; 6]` type that's more commonly used to represent MAC addresses.
67

78

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

uefi/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Added
44
- Added `boot::signal_event`.
5+
- Added conversions between `proto::network::IpAddress` and `core::net` types.
6+
- Added conversions between `proto::network::MacAddress` and the `[u8; 6]` type that's more commonly used to represent MAC addresses.
57

68
## Changed
79
- **Breaking:** Removed `BootPolicyError` as `BootPolicy` construction is no

0 commit comments

Comments
 (0)