mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-23 07:12:24 +00:00
changelog
This commit is contained in:
parent
1400815a33
commit
0a995ff0fc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user