From 46e816c710b26d4fd9db6a9004375734e7081a93 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sat, 5 Nov 2022 15:53:11 -0600 Subject: [PATCH] changelog. --- changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.md b/changelog.md index bf1b8ed..bbd21df 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # `bytemuck` changelog +## 1.12.3 + +* This bugfix makes the crate do stuff with `Arc` or not based on the + `target_has_atomic` config. Previously, some targets that have allocation but + not atomics were getting errors. This raises the MSRV of the + `extern_crate_alloc` feature to 1.60, but opt-in features are *not* considered + to be hard locked to 1.34 like the basic build of the crate is. + ## 1.12.2 * Fixes `try_pod_read_unaligned` bug that made it always fail unless the target