Skip to content

Commit 53d2b61

Browse files
Update changelog for 0.16.1
1 parent 55cf144 commit 53d2b61

File tree

1 file changed

+38
-10
lines changed

1 file changed

+38
-10
lines changed

CHANGELOG.md

+38-10
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
### Added
66

7-
- Added EFI revision constants to `Revision`.
87
- Added `Deref` and `DerefMut` trait implementations to `ScopedProtocol`.
98
This eliminates the need to explicitly access the `interface` field,
109
which is now marked as deprecated.
@@ -24,14 +23,6 @@
2423
`BootServices::get_handle_for_protocol` and
2524
`BootServices::open_protocol` instead.
2625

27-
### Fixed
28-
29-
- The `BootServices::create_event_ex` and
30-
`RuntimeServices::query_variable_info` methods now check the table
31-
version to make sure it's 2.0 or higher before calling the associated
32-
function pointers. This prevents potential invalid pointer access.
33-
- The table `Header` struct's `Debug` impl now prints the correct signature.
34-
3526
### Removed
3627

3728
- Removed the `exts::allocate_buffer` function. This function could
@@ -48,8 +39,45 @@
4839

4940
- The `no_panic_handler` feature has been replaced with an additive
5041
`panic_handler` feature. The new feature is enabled by default.
42+
43+
## uefi - 0.16.1
44+
45+
### Added
46+
47+
- Added EFI revision constants to `Revision`.
48+
49+
### Fixed
50+
51+
- The table `Header` struct's `Debug` impl now prints the correct signature.
52+
- The `BootServices::create_event_ex` and
53+
`RuntimeServices::query_variable_info` methods now check the table
54+
version to make sure it's 2.0 or higher before calling the associated
55+
function pointers. This prevents potential invalid pointer access.
56+
- Fixed an incorrect pointer cast in the `Rng` protocol that could cause
57+
undefined behavior.
58+
59+
### Changed
60+
61+
- Relaxed the version requirements for the `bitflags` and `log`
62+
dependencies to allow earlier patch versions.
63+
- Enabled `doc_auto_cfg` on docs.rs to show badges on items that are
64+
gated behind a feature.
65+
66+
## uefi-macros - 0.7.1
67+
68+
### Changed
69+
70+
- Relaxed the version requirements for the `proc-macro2`, `quote`, and
71+
`sync` dependencies to allow earlier patch versions.
72+
73+
## uefi-services - 0.13.1
74+
75+
### Changed
76+
77+
- Relaxed the version requirements for the `log` dependency to allow
78+
earlier patch versions.
5179

52-
## uefi - 0.16
80+
## uefi - 0.16.0
5381

5482
### Added
5583

0 commit comments

Comments
 (0)