describe pr 256

This commit is contained in:
Lokathor 2024-07-30 17:07:44 -06:00
parent 291a924518
commit 9f7161ccf0

View File

@ -1,5 +1,11 @@
# `bytemuck` changelog
## 1.16.3
* Fully described in https://github.com/Lokathor/bytemuck/pull/256, This makes
casting slices to/from ZST elements more consistent between the crate's core
module and other modules.
## 1.16.2
* Fixes potential UB where `BoxBytes` could attempt to free a dangling pointer