From 94d71d9925f5a3bf8d43ca49544018b8b7db4df1 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Wed, 19 Aug 2020 21:45:09 -0600 Subject: [PATCH] update changelog. --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 0fe666e..b5c3529 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # `bytemuck` changelog +## 1.4 + +* The `zeroable_maybe_uninit` feature now adds a `Zeroable` impl to the + `MaybeUninit` type. + ## 1.3.1 * The entire crate is now available under the `Apache-2.0 OR MIT` license as