mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-21 14:22:26 +00:00
changelog
This commit is contained in:
parent
49eed864ac
commit
adf7bf4f2b
@ -1,6 +1,15 @@
|
||||
|
||||
## `bytemuck_derive` changelog
|
||||
|
||||
## 1.6.0
|
||||
|
||||
* This allows `CheckedBitPattern` to be derived for enums with fields.
|
||||
The repr must be one of the following:
|
||||
* `#[repr(C)]`
|
||||
* `#[repr(C, int)]`
|
||||
* `#[repr(int)]`
|
||||
* `#[repr(transparent)]`
|
||||
|
||||
## 1.5.0
|
||||
|
||||
* The `Zeroable` derive now allows custom bounds. See the rustdoc for an explanation.
|
||||
|
Loading…
Reference in New Issue
Block a user