Skip to content

Commit 6107bc7

Browse files
Update changelog for new releases
#501
1 parent d1ec216 commit 6107bc7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

+8-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.17.0
10+
511
### Added
612

713
- Added `Deref` and `DerefMut` trait implementations to `ScopedProtocol`.
@@ -54,7 +60,7 @@
5460
can be replaced by calling `status.into()`, or `Result::from(status)`
5561
in cases where the compiler needs a type hint.
5662

57-
## uefi-macros - [Unreleased]
63+
## uefi-macros - 0.8.0
5864

5965
### Changed
6066

@@ -63,7 +69,7 @@
6369
must both be named (e.g. `image: Handle` and `_image: Handle` are both
6470
OK, but not `_: Handle`).
6571

66-
## uefi-services - [Unreleased]
72+
## uefi-services - 0.14.0
6773

6874
### Added
6975

0 commit comments

Comments
 (0)