diff --git a/changelog.md b/changelog.md index d0a0835..056cabf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # `bytemuck` changelog +## 1.1.0 + +* [SimonSapin](https://github.com/SimonSapin) added `from_bytes`, + `from_bytes_mut`, `try_from_bytes`, and `try_from_bytes_mut` ([PR + Link](https://github.com/Lokathor/bytemuck/pull/8)) + ## 1.0.1 * Changed to the [zlib](https://opensource.org/licenses/Zlib) license.