Skip to content

Commit 22d6974

Browse files
phip1611nicholasbishop
authored andcommitted
changelog: added EqStrUntilNul trait implementation
1 parent f93f089 commit 22d6974

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
- Implemented `core::fmt::Write` for the `Serial` protocol.
1212
- Added the `MemoryProtection` protocol.
1313
- Added `BootServices::get_handle_for_protocol`.
14+
- Added trait `EqStrUntilNul` and implemented it for `CStr16` and `CString16`.
15+
Now you can compare everything that is `AsRef<str>` (such as `String` and `str`
16+
from the standard library) to uefi strings. Please head to the documentation of
17+
`EqStrUntilNul` to find out limitations and further information.
1418

1519
### Changed
1620

@@ -27,7 +31,7 @@
2731
version to make sure it's 2.0 or higher before calling the associated
2832
function pointers. This prevents potential invalid pointer access.
2933
- The table `Header` struct's `Debug` impl now prints the correct signature.
30-
34+
3135
### Removed
3236

3337
- Removed the `exts::allocate_buffer` function. This function could

0 commit comments

Comments
 (0)