File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## uefi - [ Unreleased]
4
4
5
+ ## uefi-macros - [ Unreleased]
6
+
7
+ ## uefi-services - [ Unreleased]
8
+
9
+ ## uefi - 0.19.1 (2023-02-04)
10
+
11
+ ### Added
12
+
13
+ * Added ` table::boot::PAGE_SIZE ` constant.
14
+
5
15
### Changed
6
16
7
17
- Fixed several protocol functions so that they work with unsized protocols
8
18
(like ` DevicePath ` ): ` BootServices::locate_device_path ` ,
9
19
` BootServices::get_handle_for_protocol ` , ` BootServices::test_protocol ` ,
10
20
` BootServices::find_handles ` , and ` SearchType::from_proto ` .
11
-
12
- ## uefi-macros - [ Unreleased]
13
-
14
- ## uefi-services - [ Unreleased]
21
+ - Fixed a warning printed when using ` uefi ` as a dependency: "the following
22
+ packages contain code that will be rejected by a future version".
15
23
16
24
## uefi - 0.19.0 (2023-01-16)
17
25
You can’t perform that action at this time.
0 commit comments