From 422acc0b16458f47ef323ec1bb8d283eb9cb93af Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sat, 12 Oct 2024 22:07:56 -0600 Subject: [PATCH] changelog. --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 7cc8069..153ff65 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # `bytemuck` changelog +## 1.19 + +* Adds the `#[track_caller]` attribute to functions which may panic. + ## 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.