From 374d184e24b3df6d64fb0cd5211132f37c6f3d41 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Thu, 5 Sep 2024 19:46:57 -0600 Subject: [PATCH] Update changelog.md --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 3ca93ae..7cc8069 100644 --- a/changelog.md +++ b/changelog.md @@ -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` type that's used internally