Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## uefi - [Unreleased]

### Added

Expand All @@ -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
Expand Down Expand Up @@ -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.