From 9d06a9358f0cb106fc36fbc1bc5ed93673c6cf05 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Fri, 20 Dec 2024 11:58:47 -0700 Subject: [PATCH] changelog --- derive/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/derive/changelog.md b/derive/changelog.md index 507817a..0890c7b 100644 --- a/derive/changelog.md +++ b/derive/changelog.md @@ -1,6 +1,10 @@ ## `bytemuck_derive` changelog +## 1.8.1 + +* https://github.com/Lokathor/bytemuck/pull/287 + ## 1.8 * [#257](https://github.com/Lokathor/bytemuck/pull/257): Allows deriving Zeroable on some enums.