Skip to content

Commit b0f162a

Browse files
committed
chore: update CHANGELOG
1 parent 82c8534 commit b0f162a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Unreleased
22
- The `cuda` feature has been removed, as the toolchain it depends on is long abandoned.
3+
- The `packed_simd` feature has been removes as it has been incompatible with the `nightly` compiler for several months.
4+
Consider using the `portable_simd` feature instead.
5+
- Add the `portable_simd` feature for supporting `std::simd`.
6+
- The `ClosedAdd, ClosedMul, etc.` traits no longer require `AddAssign, MulAssign`. Instead they are required for new
7+
traits named `ClosedAddAssign, ClosedMulAssign, etc.`
38

49
## Release v0.8.1 (04 Apr. 2023)
510
- Add implementation of `rkyv` serialization/deserialization to the `Wide*` wrapper types.

0 commit comments

Comments
 (0)