mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-22 06:42:25 +00:00
changelog
This commit is contained in:
parent
b97dee7f90
commit
12c9871a71
@ -1,6 +1,11 @@
|
|||||||
|
|
||||||
## `bytemuck_derive` changelog
|
## `bytemuck_derive` changelog
|
||||||
|
|
||||||
|
## 1.4.1
|
||||||
|
|
||||||
|
* Move the `syn` dependency to use version 2.
|
||||||
|
This should not affect the public API in any way.
|
||||||
|
|
||||||
## 1.4.0
|
## 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.
|
* 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user