Skip to content

Commit cc43f1f

Browse files
committed
Update changelog
1 parent 055f9a9 commit cc43f1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## [Unreleased]
44

55
## Changes
6+
- Add DekuWrite impl for `[T]` ([#416](https://github.com/sharksforarms/deku/pull/416))
7+
- Add `no-assert-string` feature to remove panic string on failed assertion ([#405](https://github.com/sharksforarms/deku/pull/405))
8+
- Add `read_all` attribute to read until `reader.end()` ([#387](https://github.com/sharksforarms/deku/pull/387))
69
- Added MSRV for `1.67.1` ([#390](https://github.com/sharksforarms/deku/pull/390))
710
- Changed edition to 2021 ([#389](https://github.com/sharksforarms/deku/pull/389))
811
- Refactored `logging` feature with massive usability increases ([#352](https://github.com/sharksforarms/deku/pull/352)), ([#355](https://github.com/sharksforarms/deku/pull/355))
@@ -221,6 +224,9 @@ struct DekuTest {
221224
```
222225
- Added `DekuError::Write` to denote `io::Write` errors
223226

227+
## Bug fix
228+
- Fix error for invalid deku_id generation on generic enum ([#411](https://github.com/sharksforarms/deku/pull/411))
229+
224230
## [0.16.0] - 2023-02-28
225231

226232
### Changes

0 commit comments

Comments
 (0)