mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-22 06:42:25 +00:00
Update changelog.md
This commit is contained in:
parent
65b64fd8aa
commit
45bafba41c
13
changelog.md
13
changelog.md
@ -1,5 +1,18 @@
|
|||||||
# `bytemuck` changelog
|
# `bytemuck` changelog
|
||||||
|
|
||||||
|
## 1.4.2
|
||||||
|
|
||||||
|
* [Kimundi](https://github.com/Kimundi) fixed an issue that could make `try_zeroed_box` stack overflow for large values at low optimization levels.
|
||||||
|
[PR 43](https://github.com/Lokathor/bytemuck/pull/43)
|
||||||
|
|
||||||
|
* [yanchith](https://github.com/yanchith) fixed the derive checks code to make clippy more happy.
|
||||||
|
[PR 45](https://github.com/Lokathor/bytemuck/pull/45)
|
||||||
|
|
||||||
|
## 1.4.1
|
||||||
|
|
||||||
|
* [thomcc](https://github.com/thomcc) fixed up the CI and patched over a soundness hole in `offset_of!`.
|
||||||
|
[PR 38](https://github.com/Lokathor/bytemuck/pull/38)
|
||||||
|
|
||||||
## 1.4
|
## 1.4
|
||||||
|
|
||||||
* [icewind1991](https://github.com/icewind1991) has contributed the proc-macros
|
* [icewind1991](https://github.com/icewind1991) has contributed the proc-macros
|
||||||
|
Loading…
Reference in New Issue
Block a user