We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1400815 commit 0a995ffCopy full SHA for 0a995ff
changelog.md
@@ -1,5 +1,11 @@
1
# `bytemuck` changelog
2
3
+## 1.20
4
+
5
+* New functions to allocate zeroed `Arc` and `Rc`. Requires Rust 1.82
6
+* `TransparentWrapper` impls for `core::cmp::Reverse` and `core::num::Saturating`.
7
+* internal: Simplified the library's `fill_zeroes` calls to `write_bytes`
8
9
## 1.19
10
11
* Adds the `#[track_caller]` attribute to functions which may panic.
0 commit comments