Skip to content

Commit c13bf82

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
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`. There is a new `StatusExt` trait that provides similar conversion
36+
methods. `StatusExt` has been added to the prelude.
3337

3438
## uefi-macros - [Unreleased]
3539

0 commit comments

Comments
 (0)