mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-25 00:02:22 +00:00
note error updates.
This commit is contained in:
parent
4f2a822cb6
commit
d5047618de
@ -15,6 +15,9 @@
|
||||
* The `PodCastError` type now supports `Hash` and `Display`. Also if you enable
|
||||
the `extern_crate_std` feature then it will support `std::error::Error`.
|
||||
* We now provide a `TransparentWrapper<T>` impl for `core::num::Wrapper<T>`.
|
||||
* The error type of `try_from_bytes` and `try_from_bytes_mut` when the input
|
||||
isn't aligned has been corrected from being `AlignmentMismatch` (intended for
|
||||
allocation casting only) to `TargetAlignmentGreaterAndInputNotAligned`.
|
||||
|
||||
## 1.2.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user