# Changelog All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.2.0] - 2024-07-07 [0.2.0]: https://github.com/sunsided/default-option-arr/releases/tag/v0.2.0 ### Changed - Made `no_std` the default; added the `std` crate feature. ## [0.1.0] - 2023-05-27 ### Added - Added `none_arr!` to create `[None; N]` for any `Option`. - Added `none_cell_arr!` to create `[None; N]` for any `None>`. - Added `none_refcell_arr!` to create `[None; N]` for any `RefCell>`. ### Internal - 🎉 Initial release. [0.1.0]: https://github.com/sunsided/default-option-arr/releases/tag/0.1.0