From bd6bb872253408ad760334bbf7b94dafdecfdca7 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 1 Mar 2022 18:11:07 -0700 Subject: [PATCH] changelog --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 0aebc9e..2e59322 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # `bytemuck` changelog +## 1.8.0 + +* `try_pod_read_unaligned` and `pod_read_unaligned` let you go from `&[u8]` to + `T:Pod` without worrying about alignment. + ## 1.7.3 * Experimental support for the `portable_simd` language extension under the