Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Jul 30, 2024
1 parent 1c75146 commit 73cd363
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 73cd363

Please sign in to comment.