Skip to content

Commit 55179fd

Browse files
phip1611nicholasbishop
authored andcommitted
update changelog
1 parent 36ad856 commit 55179fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## uefi - [Unreleased]
4+
- Implementations for the trait `EqStrUntilNul` now allow `?Sized` inputs. This means that
5+
you can write `some_cstr16.eq_str_until_nul("test")` instead of
6+
`some_cstr16.eq_str_until_nul(&"test")` now.
47

58
## uefi-macros - [Unreleased]
69

0 commit comments

Comments
 (0)