changelog

This commit is contained in:
Lokathor 2023-03-23 15:21:33 -06:00
parent b97dee7f90
commit 12c9871a71

View File

@ -1,6 +1,11 @@
## `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
* 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.