Skip to content

Commit

Permalink
changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Nov 5, 2022
1 parent 5c9d81c commit 46e816c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 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
Expand Down

0 comments on commit 46e816c

Please sign in to comment.