From 12c9871a71f572c5f12f098978577e10d32a9497 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Thu, 23 Mar 2023 15:21:33 -0600 Subject: [PATCH] changelog --- derive/changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/derive/changelog.md b/derive/changelog.md index 9a45536..4ef8357 100644 --- a/derive/changelog.md +++ b/derive/changelog.md @@ -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.