mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-23 15:22:24 +00:00
changelog.
This commit is contained in:
parent
3f42bec539
commit
4bd50082ae
@ -1,5 +1,13 @@
|
||||
# `bytemuck` changelog
|
||||
|
||||
## 1.17.1
|
||||
|
||||
* Adds `#[repr(C)]` to the `union Transmute<A, B>` type that's used internally
|
||||
for most of the transmutations. This doesn't matter in any current case and
|
||||
there's no actual bug being fixed here, but it's a mild futureproof, and it's
|
||||
probably best practice to have for when people who know the code less deeply
|
||||
try to copy what we're doing into other contexts, so we'll go with it.
|
||||
|
||||
## 1.17.0
|
||||
|
||||
* Makes the `must_cast` versions of the by-value and by-ref casts be `const`.
|
||||
|
Loading…
Reference in New Issue
Block a user