From 72d90839e50563992485efd4b5b0386d3de529a6 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Wed, 17 Feb 2021 21:46:31 -0700 Subject: [PATCH] changelog. --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index d9c305f..9e4933f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # `bytemuck` changelog +## 1.5.1 + +* Fix `bytes_of` failing on zero sized types. + [PR 53](https://github.com/Lokathor/bytemuck/pull/53) + ## 1.5 * Added `pod_collect_to_vec`, which will gather a slice into a vec,