Commit cc43f1f 1 parent 055f9a9 commit cc43f1f Copy full SHA for cc43f1f
File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 3
3
## [ Unreleased]
4
4
5
5
## 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 ) )
6
9
- Added MSRV for ` 1.67.1 ` ([ #390 ] ( https://github.com/sharksforarms/deku/pull/390 ) )
7
10
- Changed edition to 2021 ([ #389 ] ( https://github.com/sharksforarms/deku/pull/389 ) )
8
11
- 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 {
221
224
```
222
225
- Added ` DekuError::Write ` to denote ` io::Write ` errors
223
226
227
+ ## Bug fix
228
+ - Fix error for invalid deku_id generation on generic enum ([ #411 ] ( https://github.com/sharksforarms/deku/pull/411 ) )
229
+
224
230
## [ 0.16.0] - 2023-02-28
225
231
226
232
### Changes
You can’t perform that action at this time.
0 commit comments