Update changelog.md

This commit is contained in:
Lokathor 2024-09-05 19:46:57 -06:00 committed by GitHub
parent 19065703a5
commit 374d184e24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,9 @@
# `bytemuck` changelog
## 1.18
* Adds the `latest_stable_rust` cargo feature, which is a blanket feature that turns all other features on that are both sound and compatible with Stable rust.
## 1.17.1
* Adds `#[repr(C)]` to the `union Transmute<A, B>` type that's used internally