|
39 | 39 | replaced with a derived `Debug` impl.
|
40 | 40 | - `CStr16::from_u16_with_nul_unchecked` and `cstr16!` are now allowed in
|
41 | 41 | `const` contexts.
|
42 |
| - |
| 42 | + |
43 | 43 | ### Removed
|
44 | 44 |
|
45 | 45 | - Removed `UnalignedCStr16`; use `UnalignedSlice` instead. An
|
|
73 | 73 | This allows using both crates while disabling `logger` in `uefi`,
|
74 | 74 | which was previously impossible.
|
75 | 75 |
|
76 |
| -## uefi - 0.17.0 |
| 76 | +## uefi - 0.17.0 (2022-09-09) |
| 77 | + |
77 | 78 |
|
78 | 79 | ### Added
|
79 | 80 |
|
|
127 | 128 | can be replaced by calling `status.into()`, or `Result::from(status)`
|
128 | 129 | in cases where the compiler needs a type hint.
|
129 | 130 |
|
130 |
| -## uefi-macros - 0.8.0 |
| 131 | +## uefi-macros - 0.8.0 (2022-09-09) |
131 | 132 |
|
132 | 133 | ### Changed
|
133 | 134 |
|
|
136 | 137 | must both be named (e.g. `image: Handle` and `_image: Handle` are both
|
137 | 138 | OK, but not `_: Handle`).
|
138 | 139 |
|
139 |
| -## uefi-services - 0.14.0 |
| 140 | +## uefi-services - 0.14.0 (2022-09-09) |
140 | 141 |
|
141 | 142 | ### Added
|
142 | 143 |
|
|
169 | 170 | - Enabled `doc_auto_cfg` on docs.rs to show badges on items that are
|
170 | 171 | gated behind a feature.
|
171 | 172 |
|
172 |
| -## uefi-macros - 0.7.1 |
| 173 | +## uefi-macros - 0.7.1 (2022-08-26) |
173 | 174 |
|
174 | 175 | ### Changed
|
175 | 176 |
|
176 | 177 | - Relaxed the version requirements for the `proc-macro2`, `quote`, and
|
177 | 178 | `sync` dependencies to allow earlier patch versions.
|
178 | 179 |
|
179 |
| -## uefi-services - 0.13.1 |
| 180 | +## uefi-services - 0.13.1 (2022-08-26) |
180 | 181 |
|
181 | 182 | ### Changed
|
182 | 183 |
|
183 | 184 | - Relaxed the version requirements for the `log` dependency to allow
|
184 | 185 | earlier patch versions.
|
185 | 186 |
|
186 |
| -## uefi - 0.16.0 |
| 187 | +## uefi - 0.16.0 (2022-05-16) |
187 | 188 |
|
188 | 189 | ### Added
|
189 | 190 |
|
|
215 | 216 |
|
216 | 217 | - Fixed undefined behavior in `proto::media::file::File::get_boxed_info`.
|
217 | 218 |
|
218 |
| -## uefi-macros - 0.7.0 |
| 219 | +## uefi-macros - 0.7.0 (2022-05-16) |
219 | 220 |
|
220 | 221 | ### Added
|
221 | 222 |
|
222 | 223 | - Added `cstr8` and `cstr16` macros for creating `CStr8`/`CStr16` string literals
|
223 | 224 | at compile time.
|
224 | 225 |
|
225 |
| -## uefi-services - 0.13.0 |
| 226 | +## uefi-services - 0.13.0 (2022-05-16) |
226 | 227 |
|
227 | 228 | ### Changed
|
228 | 229 |
|
229 | 230 | - Bumped `uefi` dependency to latest version.
|
230 | 231 |
|
231 |
| -## uefi - 0.15.2 |
| 232 | +## uefi - 0.15.2 (2022-03-15) |
232 | 233 |
|
233 | 234 | ### Added
|
234 | 235 |
|
|
309 | 310 | - Fixed size check for file info types so that alignment padding is
|
310 | 311 | taken into account. This fixes potential out-of-bounds writes.
|
311 | 312 |
|
312 |
| -## uefi-macros - 0.6.1 |
| 313 | +## uefi-macros - 0.6.1 (2022-03-15) |
313 | 314 |
|
314 | 315 | ### Changed
|
315 | 316 |
|
316 | 317 | - Updated to the 2021 edition.
|
317 | 318 |
|
318 |
| -## uefi-services - 0.12.1 |
| 319 | +## uefi-services - 0.12.1 (2022-03-15) |
319 | 320 |
|
320 | 321 | ### Changed
|
321 | 322 |
|
|
0 commit comments