Skip to content

Commit 8fa4645

Browse files
Update changelog
1 parent defd1cc commit 8fa4645

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,24 @@
22

33
## uefi - [Unreleased]
44

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+
515
### Changed
616

717
- Fixed several protocol functions so that they work with unsized protocols
818
(like `DevicePath`): `BootServices::locate_device_path`,
919
`BootServices::get_handle_for_protocol`, `BootServices::test_protocol`,
1020
`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".
1523

1624
## uefi - 0.19.0 (2023-01-16)
1725

0 commit comments

Comments
 (0)