From 91777cc1aa9fad32ee49d7a6f0597880527b001d Mon Sep 17 00:00:00 2001 From: Lokathor Date: Wed, 13 Jan 2021 16:52:23 -0700 Subject: [PATCH] changelog. --- changelog.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 4b75c7d..d9c305f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,15 @@ # `bytemuck` changelog +## 1.5 + +* Added `pod_collect_to_vec`, which will gather a slice into a vec, +allowing you to change the pod type while also safely ignoring alignment. +[PR 50](https://github.com/Lokathor/bytemuck/pull/50) + ## 1.4.2 -* [Kimundi](https://github.com/Kimundi) fixed an issue that could make `try_zeroed_box` stack overflow for large values at low optimization levels. +* [Kimundi](https://github.com/Kimundi) fixed an issue that could make `try_zeroed_box` +stack overflow for large values at low optimization levels. [PR 43](https://github.com/Lokathor/bytemuck/pull/43) ## 1.4.1