From 73cd363f7230308a5b295a801e6f1ea696eddfd5 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 30 Jul 2024 16:37:05 -0600 Subject: [PATCH] changelog --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index 58f5af8..69164b4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # `bytemuck` changelog +## 1.16.2 + +* Fixes potential UB where `BoxBytes` could attempt to free a dangling pointer + if the `Layout` is zero sized. This type was introduced in 1.14.1, so that + version and the others up to and including 1.16.1 are now yanked for safety. + ## 1.16.1 * **NOT SEMVER SUPPORTED:** Adds the `nightly_float` Cargo feature. This