From 5287f8cf6da8d488b39015daea3e1164d721c76c Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 13 May 2024 11:08:13 -0600 Subject: [PATCH] we can put out 1.16 without waiting for more --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 2edde97..66f0cec 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # `bytemuck` changelog -## 1.16.0 (UNRELEASED) +## 1.16.0 * Adds a `const_zeroed` feature (MSRV 1.75) which puts a `zeroed` fn at the crate root. This is just like the `Zeroable::zeroed` method, but as a `const fn`.