From 1bab43e7779a0182658488ee882684878226a8ed Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Sun, 6 Mar 2022 10:48:32 -0500 Subject: [PATCH] Add package sections to changelog In the initial changelog layout I didn't think about the fact that the three published packages are versioned independently (and we don't necessarily release updates to all three at the same time), so it makes sense to split them out into separate sections. --- CHANGELOG.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9a0bc786..573cccde0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## uefi - [Unreleased] ### Added @@ -23,7 +23,7 @@ ### Changed -- All packages now use the 2021 edition. +- Updated to the 2021 edition. - `File::open` now takes the filename as `&CStr16` instead of `&str`, avoiding an implicit string conversion. - `FileInfo::new`, `FileSystemInfo::new`, and @@ -63,3 +63,15 @@ truncated and could result in out-of-bounds reads. - 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] + +### Changed + +- Updated to the 2021 edition. + +## uefi-services - [Unreleased] + +### Changed + +- Updated to the 2021 edition.