From f7963d6281fb47c1615a89ab798d4174d3873bdd Mon Sep 17 00:00:00 2001 From: Lokathor Date: Fri, 1 Apr 2022 23:49:13 -0600 Subject: [PATCH] update changelog. --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index f526f61..7957e39 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # `bytemuck` changelog +## 1.9.1 + +* Bumped the minimum `bytemuck_derive` dependency version from `1.0` to `1.1`. + The fact that `bytemuck` and `bytemuck_derive` are separate crates at all is + an unfortunate technical limit of current Rust, woe and calamity. + ## 1.9.0 * [fu5ha](https://github.com/fu5ha) added the `NoUninit`, `AnyBitPattern`, and