From e0364d28c8cfd433f2bd3d83a420f4aefe98a941 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 18 Jun 2024 21:26:34 -0600 Subject: [PATCH] update changelog --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index 66f0cec..58f5af8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # `bytemuck` changelog +## 1.16.1 + +* **NOT SEMVER SUPPORTED:** Adds the `nightly_float` Cargo feature. This + activates the `f16` and `f128` nightly features, and then provides `Zeroable` + and `Pod` impls for those types. + ## 1.16.0 * Adds a `const_zeroed` feature (MSRV 1.75) which puts a `zeroed` fn at the crate root.