# Changelog ## [Unreleased] ## [0.2.3] - 2024-03-04 * Fix the scaling of 32-bit large allocation unwind operations. Thanks @ishitatsuyuki! ## [0.2.2] - 2024-02-29 * Chained unwind info was not correctly parsed, and is now fixed. Thanks @ishitatsuyuki! ## [0.2.1] - 2024-01-18 * Separate `zerocopy-derive` and `zerocopy` to improve build times. Add `zerocopy::Unaligned` to types. ## [0.2.0] - 2024-01-18 * Update zerocopy to 0.7.32. ## [0.1.1] - 2023-12-14 * Remove unsafe code ([#1](https://github.com/afranchuk/pe-unwind-info/pull/1)) ## [0.1.0] - 2023-07-25 * Initial release. [Unreleased]: https://github.com/afranchuk/pe-unwind-info/compare/0.2.3...HEAD [0.2.3]: https://github.com/afranchuk/pe-unwind-info/compare/0.2.2...0.2.3 [0.2.2]: https://github.com/afranchuk/pe-unwind-info/compare/0.2.1...0.2.2 [0.2.1]: https://github.com/afranchuk/pe-unwind-info/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/afranchuk/pe-unwind-info/compare/0.1.1...0.2.0 [0.1.1]: https://github.com/afranchuk/pe-unwind-info/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/afranchuk/pe-unwind-info/releases/tag/0.0.1