We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab13149 commit 55e6896Copy full SHA for 55e6896
CHANGELOG.md
@@ -24,6 +24,13 @@
24
(e.g. you might want to draw to the screen using the graphics
25
protocol, but still allow stdout output to go to the screen as
26
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`.
34
35
### Changed
36
@@ -52,6 +59,10 @@
52
59
53
60
## uefi-services - [Unreleased]
54
61
62
+### Added
63
64
+- Added `print!` and `println!` macros.
65
55
66
56
67
57
68
- The `no_panic_handler` feature has been replaced with an additive
0 commit comments