Skip to content

Commit 005af84

Browse files
committed
changelog: fs/path
1 parent d5d2322 commit 005af84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
### Added
66

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

0 commit comments

Comments
 (0)