Skip to content

Commit 75b54ef

Browse files
committed
changelog
1 parent 45fbae7 commit 75b54ef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

changelog.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# `bytemuck` changelog
22

3-
## Unreleased
3+
## 1.21
44

55
* Implement `Pod` and `Zeroable` for `core::arch::{x86, x86_64}::__m512`, `__m512d` and `__m512i` without nightly.
66
Requires Rust 1.72, and is gated through the `avx512_simd` cargo feature.
7-
87
* Allow the use of `must_cast_mut` and `must_cast_slice_mut` in const contexts.
98
Requires Rust 1.83, and is gated through the `must_cast_extra` cargo feature.
10-
119
* internal: introduced the `maybe_const_fn` macro that allows defining some function
1210
to be const depending upon some `cfg` predicate.
1311

0 commit comments

Comments
 (0)