Skip to content

Commit 3cb29d6

Browse files
Update changelog for Status-to-Result conversion changes
1 parent 918e6d9 commit 3cb29d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
- `Image::get_image_file_system` now returns a `fs::FileSystem` instead of the
3131
protocol.
3232
- `CString16::default` now always contains a null character.
33+
- Conversion from `Status` to `Result` has been reworked. The `into_with`,
34+
`into_with_val`, and `into_with_err` methods have been removed from
35+
`Status`. `impl From<Status> for Result` has also been removed. A new
36+
`StatusExt` trait has been added that provides conversion methods to replace
37+
the ones that have been removed. `StatusExt` has been added to the prelude.
3338

3439
## uefi-macros - [Unreleased]
3540

0 commit comments

Comments
 (0)