Skip to content

Commit

Permalink
changelog: fs/path
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed May 2, 2023
1 parent d5d2322 commit 005af84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
### Added

- There is a new `fs` module that provides a high-level API for file-system
access. The API is close to the `std::fs` module.
access. The API is close to the `std::fs` module. The module also provides a
`Path` and a `PathBuf` abstraction that is similar to the ones from
`std::path`. However, they are adapted for UEFI.
- Multiple convenience methods for `CString16` and `CStr16`, including:
- `CStr16::as_slice()`
- `CStr16::num_chars()`
Expand Down

0 comments on commit 005af84

Please sign in to comment.