changelog

This commit is contained in:
Lokathor 2022-03-01 18:11:07 -07:00
parent 7fa51a420d
commit bd6bb87225

View File

@ -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