Skip to content

Commit 68d5cfb

Browse files
changelog: Update for uefi-0.19.0 release
1 parent 4ca18e4 commit 68d5cfb

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## uefi - [Unreleased]
44

5+
## uefi-macros - [Unreleased]
6+
7+
## uefi-services - [Unreleased]
8+
9+
## uefi - 0.19.0 (2023-01-16)
10+
511
### Added
612

713
- Implementations for the trait `EqStrUntilNul` now allow `?Sized` inputs. This means that
@@ -34,7 +40,7 @@
3440
- Redundant private field used for padding in `MemoryDescriptor` structure was removed. Now all
3541
fields of this struct are public.
3642

37-
## uefi-macros - [Unreleased]
43+
## uefi-macros - 0.10.0 (2023-01-16)
3844

3945
### Added
4046

@@ -48,7 +54,9 @@
4854
macro instead. For any other implementations of the `Identify` trait,
4955
implement it directly.
5056

51-
## uefi-services - [Unreleased]
57+
## uefi-services - 0.16.0 (2023-01-16)
58+
59+
No changes in this release except depending on a newer version of `uefi`.
5260

5361
## uefi - 0.18.0 (2022-11-15)
5462

0 commit comments

Comments
 (0)