mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-08-26 18:26:05 -04:00
Update the changelog
This commit is contained in:
parent
b7ec37fa6f
commit
9e44ca2ba7
2 changed files with 13 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
## uefi - [Unreleased]
|
||||
|
||||
## uefi-macros - [Unreleased]
|
||||
|
||||
## uefi-services - [Unreleased]
|
||||
|
||||
## uefi - 0.15.2
|
||||
|
||||
### Added
|
||||
|
||||
- Added `PartialEq` impls for `CStr16 == CStr16`, `&CStr16 == CString`,
|
||||
|
|
@ -81,13 +87,13 @@
|
|||
- Fixed size check for file info types so that alignment padding is
|
||||
taken into account. This fixes potential out-of-bounds writes.
|
||||
|
||||
## uefi-macros - [Unreleased]
|
||||
## uefi-macros - 0.6.1
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated to the 2021 edition.
|
||||
|
||||
## uefi-services - [Unreleased]
|
||||
## uefi-services - 0.12.1
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
|||
|
|
@ -67,3 +67,8 @@ cargo publish --target x86_64-unknown-uefi
|
|||
|
||||
[cargo-publishing-reference]: https://doc.rust-lang.org/cargo/reference/publishing.html
|
||||
|
||||
## Updating the changelog
|
||||
|
||||
After bumping the crate versions, we should also update the [`CHANGELOG.md`](CHANGELOG.md) file
|
||||
in order to move all of the unpublished changes to their respective version, and prepare it for
|
||||
tracking further changes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue