From 6ab12a78aad08fbe4349a6dde0ac66aa262b8934 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Fri, 24 Jul 2020 20:34:51 -0600 Subject: [PATCH] changelog --- changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 9e61964..123a899 100644 --- a/changelog.md +++ b/changelog.md @@ -4,7 +4,8 @@ * [HeroicKatora](https://github.com/HeroicKatora) added the `try_zeroed_slice_box` function - [#10](https://github.com/Lokathor/bytemuck/pull/17). + [#10](https://github.com/Lokathor/bytemuck/pull/17). `zeroed_slice_box` is + also available. * The `offset_of!` macro now supports a 2-arg version. For types that impl Default, it'll just make an instance using `default` and then call over to the 3-arg version.