Skip to content

Commit c21a512

Browse files
Fix location of a changelog item
The panic handler change accidentally went under the previous release's section. Move it up to the current unreleased version.
1 parent 21c40d6 commit c21a512

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545

4646
## uefi-services - [Unreleased]
4747

48+
### Changed
49+
50+
- Changed the panic handler log message to use `println!` instead of
51+
`error!`. This removes an extraneous file name and line number from
52+
the log message.
53+
4854
## uefi - 0.17.0
4955

5056
### Added
@@ -118,10 +124,6 @@
118124

119125
- The `no_panic_handler` feature has been replaced with an additive
120126
`panic_handler` feature. The new feature is enabled by default.
121-
- Changed the panic handler log message to use `println!` instead of
122-
`error!`. This removes an extraneous file name and line number from
123-
the log message.
124-
125127
## uefi - 0.16.1
126128

127129
### Added

0 commit comments

Comments
 (0)