Skip to content

Commit 9aacf0e

Browse files
committed
Update changelog
1 parent 9d857dd commit 9aacf0e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ to [Semantic Versioning][].
1010

1111
## [Unreleased]
1212

13+
- Use `const fn`s where possible, which allows e.g.
14+
`static SPACE: AsciiCharsConst = ascii_chars!(' ');`
15+
and `static SUBSTRING: SubstringConst = SubstringConst::new("xyzzy");`
16+
- Trait bounds removed from generic types, bounds are only required for impls
17+
1318
## [0.5.3] - 2022-07-06
1419

1520
- Fix buffer overflows in find. (#55)

0 commit comments

Comments
 (0)