changelog

This commit is contained in:
Lokathor 2024-07-30 16:37:05 -06:00
parent 1c75146bb6
commit 73cd363f72

View File

@ -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