mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-21 22:32:23 +00:00
changelog
This commit is contained in:
parent
cb5caf7bf8
commit
28d3aa7ba9
@ -1,6 +1,11 @@
|
|||||||
|
|
||||||
## `bytemuck_derive` changelog
|
## `bytemuck_derive` changelog
|
||||||
|
|
||||||
|
## 1.4.0
|
||||||
|
|
||||||
|
* ByteEq and ByteHash derives will make Eq and Hash impls that treat the value as a &[u8]. This provides a large codegen improvement for some types.
|
||||||
|
* Derives of repr(int) enums should now accept byte literal values as the discriminant.
|
||||||
|
|
||||||
## 1.3.0
|
## 1.3.0
|
||||||
|
|
||||||
* Allow `repr(transparent)` to be used generically in `derive(Pod)`.
|
* Allow `repr(transparent)` to be used generically in `derive(Pod)`.
|
||||||
|
Loading…
Reference in New Issue
Block a user