1# Changelog 2 3## Unreleased 4 5## v0.9.1 (26/03/2024) 6### Added 7 - Added changelog 8 9### Changed 10 - Clarify documentation about macro indirection 11 - Turn the crate into a thin stdlib wrapper on rustc>=1.77 12 - Turn `unstable_offset_of` and `unstable_const` into NOPs; they are not needed any more on recent nightlies 13 14## v0.9.0 (18/05/2023) 15### Added 16 - Cargo feature `unstable_offset_of` which turns the crate into a stdlib polyfill 17 18## v0.8.0 (15/12/2022) 19### Changed 20 - Constant-evaluation is automatically enabled 21 22## v0.7.1 (17/10/2022) 23### Changed 24 - Version in `README.md` 25 26## v0.7.0 (17/10/2022) 27### Added 28 - `offset_of_union!` 29 30## v0.6.5 (03/12/2021) 31### Removed 32 - [nightly] `#![feature(const_raw_ptr_deref, const_maybe_uninit_as_ptr)]` 33