update the changelog to be less dismissive because we don't need that negativity.

This commit is contained in:
Lokathor 2024-08-27 18:01:38 -06:00
parent dc059fd187
commit 2d2b397d66

View File

@ -3,10 +3,7 @@
## 1.17.1 ## 1.17.1
* Adds `#[repr(C)]` to the `union Transmute<A, B>` type that's used internally * 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 for most of the transmutations.
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 ## 1.17.0