Skip to content

Commit 55e6896

Browse files
Update changelog
1 parent ab13149 commit 55e6896

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
(e.g. you might want to draw to the screen using the graphics
2525
protocol, but still allow stdout output to go to the screen as
2626
well), and in those cases `open_protocol` can still be used.
27+
- Added `DiskIo` and `DiskIo2` protocols.
28+
- Added `HardDriveMediaDevicePath` and related types.
29+
- Added `PartialOrd` and `Ord` to the traits derived by `Guid`.
30+
31+
### Fixed
32+
33+
- Corrected the name of `BlockIOMedia::is_media_preset` to `is_media_present`.
2734

2835
### Changed
2936

@@ -52,6 +59,10 @@
5259

5360
## uefi-services - [Unreleased]
5461

62+
### Added
63+
64+
- Added `print!` and `println!` macros.
65+
5566
### Changed
5667

5768
- The `no_panic_handler` feature has been replaced with an additive

0 commit comments

Comments
 (0)