changelog

This commit is contained in:
Lokathor 2024-11-19 10:27:52 -07:00
parent 1400815a33
commit 0a995ff0fc

View File

@ -1,5 +1,11 @@
# `bytemuck` changelog
## 1.20
* New functions to allocate zeroed `Arc` and `Rc`. Requires Rust 1.82
* `TransparentWrapper` impls for `core::cmp::Reverse` and `core::num::Saturating`.
* internal: Simplified the library's `fill_zeroes` calls to `write_bytes`
## 1.19
* Adds the `#[track_caller]` attribute to functions which may panic.