From 01011f76a89cf05dc956b7271d9277a921f364b0 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 28 Feb 2023 13:40:17 -0700 Subject: [PATCH] update changelog. --- changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/changelog.md b/changelog.md index e04d939..9a8981b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,17 @@ # `bytemuck` changelog +## 1.13.1 + +* Remove the requirement for the *source* data type to be `AnyBitPattern` on + `pod_collect_to_vec`, allowing you to pod collect vecs of `char` into vecs of + `u32`, or whatever. + +## 1.13 + +* Now depends on `bytemuck_derive-1.4.0` +* Various small enhancements that would have been patch version updates, but + which have been rolled into this minor version update. + ## 1.12.4 * This has additional impls for existing traits and cleans up some internal code,