We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21c40d6 + c21a512 commit 98f80ddCopy full SHA for 98f80dd
CHANGELOG.md
@@ -45,6 +45,12 @@
45
46
## uefi-services - [Unreleased]
47
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
54
## uefi - 0.17.0
55
56
### Added
@@ -118,10 +124,6 @@
118
124
119
125
- The `no_panic_handler` feature has been replaced with an additive
120
126
`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.
-
127
## uefi - 0.16.1
128
129
0 commit comments