File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 27
27
- Added ` DiskIo ` and ` DiskIo2 ` protocols.
28
28
- Added ` HardDriveMediaDevicePath ` and related types.
29
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
30
- The ` File ` trait now knows the methods ` is_regular_file ` and ` is_directory ` .
35
31
Developers profit from this on the struct ` FileHandle ` , for example.
36
32
42
38
` BootServices::get_handle_for_protocol ` and
43
39
` BootServices::open_protocol_exclusive ` (or
44
40
` 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
46
42
additive. It is now a default feature.
43
+ - Corrected the name of ` BlockIOMedia::is_media_preset ` to ` is_media_present ` .
47
44
48
45
### Removed
49
46
You can’t perform that action at this time.
0 commit comments