Skip to content

Commit 390678d

Browse files
Add changelog for release 0.4
1 parent e4f19c1 commit 390678d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## Unreleased
4+
5+
## [v0.4.0][] (2024-06-20)
6+
7+
- Update `heapless` to version `0.8` ([#3][])
8+
- Remove the `Deref` implementation to `heapless` and implement `Deref<Target = [u8]>` directly ([#8][])
9+
- Add conversions between `[u8; N]` and `heapless::Vec<u8, N>`. The `heapless` conversions are behind the `heapless-0.8` feature flag so that `heapless` can be bumped without a semver-breaking change in the future ([#6][] and [#8][])
10+
11+
[#3]: https://github.com/trussed-dev/heapless-bytes/pull/3
12+
[#6]: https://github.com/trussed-dev/heapless-bytes/pull/6
13+
[#8]: https://github.com/trussed-dev/heapless-bytes/pull/8
14+
15+

0 commit comments

Comments
 (0)