Skip to content

Commit

Permalink
changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Aug 27, 2024
1 parent 3f42bec commit 4bd5008
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down

0 comments on commit 4bd5008

Please sign in to comment.