mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-23 23:32:24 +00:00
changelog
This commit is contained in:
parent
1c75146bb6
commit
73cd363f72
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user