Skip to content

Commit 81ec242

Browse files
Update uefi changelog
Moved the `File` trait changes to the Added section, and merged the one thing in the Fixed section down to Changed, as the distinction between Fixed and Changed is not particularly clear or important.
1 parent 15db097 commit 81ec242

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
- Added `DiskIo` and `DiskIo2` protocols.
2828
- Added `HardDriveMediaDevicePath` and related types.
2929
- 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`.
3430
- The `File` trait now knows the methods `is_regular_file` and `is_directory`.
3531
Developers profit from this on the struct `FileHandle`, for example.
3632

@@ -42,8 +38,9 @@
4238
`BootServices::get_handle_for_protocol` and
4339
`BootServices::open_protocol_exclusive` (or
4440
`BootServices::open_protocol`) instead.
45-
- renamed feature `ignore-logger-errors` to `panic-on-logger-errors` so that it is
41+
- Renamed feature `ignore-logger-errors` to `panic-on-logger-errors` so that it is
4642
additive. It is now a default feature.
43+
- Corrected the name of `BlockIOMedia::is_media_preset` to `is_media_present`.
4744

4845
### Removed
4946

0 commit comments

Comments
 (0)