From 031a0350ca9e819763226ec013edc7a647dd198d Mon Sep 17 00:00:00 2001 From: Lokathor Date: Thu, 8 Feb 2024 22:07:56 -0700 Subject: [PATCH] ready changelog --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 08798bf..aa0e379 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # `bytemuck` changelog +## 1.14.3 + +* The new std simd nightly features are apparently arch-specific. + This adjusts the feature activation to be x86/ x86_64 only. + ## 1.14.2 * Changes the name of the Nightly feature activated by the crate's