mirror of
https://github.com/Lokathor/bytemuck.git
synced 2025-02-18 01:43:11 +00:00
14 lines
387 B
Markdown
14 lines
387 B
Markdown
# `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.
|
|
* Added much more proper documentation.
|
|
* Reduced the minimum Rust version to 1.34
|