# [Static Array Version 0.5.0 (v0.5.0)](https://github.com/Tomaso2468/static-array/releases/tag/v0.5.0) - 25 Jan 2024 ## Added - Implemented `DerefMut` for `HeapArray`, `HeapArray2D` and `HeapArray3D`. **Full Changelog**: https://github.com/Tomaso2468/static-array/compare/v0.4.0...v0.5.0 [Changes][v0.5.0] # [Static Array Version 0.4.0 (v0.4.0)](https://github.com/Tomaso2468/static-array/releases/tag/v0.4.0) - 25 Jan 2024 # Added - Add a new feature flag `rayon` that enables support for creating arrays in parallel. This uses the `rayon` crate. - Add `from_fn_par` methods that create an array in parallel using `rayon`. **Full Changelog**: https://github.com/Tomaso2468/static-array/compare/v0.3.0...v0.4.0 [Changes][v0.4.0] # [Static Array Version 0.3.0 (v0.3.0)](https://github.com/Tomaso2468/static-array/releases/tag/v0.3.0) - 15 Jan 2024 ## Added - Added the ability to index a subarray of a `HeapArray2D` or `HeapArray3D`. ## Removed - Removed the ability to index a multidimensional array using a tuple index. [Changes][v0.3.0] # [Static Array Version 0.2.0 (v0.2.0)](https://github.com/Tomaso2468/static-array/releases/tag/v0.2.0) - 15 Jan 2024 ## Major Changes - Removed the dependency on the `std` crate. The crate only requires `alloc` now. [Changes][v0.2.0] # [Static Array Version 0.1.0 (v0.1.0)](https://github.com/Tomaso2468/static-array/releases/tag/v0.1.0) - 13 Jan 2024 The initial release of the static array crate. [Changes][v0.1.0] [v0.5.0]: https://github.com/Tomaso2468/static-array/compare/v0.4.0...v0.5.0 [v0.4.0]: https://github.com/Tomaso2468/static-array/compare/v0.3.0...v0.4.0 [v0.3.0]: https://github.com/Tomaso2468/static-array/compare/v0.2.0...v0.3.0 [v0.2.0]: https://github.com/Tomaso2468/static-array/compare/v0.1.0...v0.2.0 [v0.1.0]: https://github.com/Tomaso2468/static-array/tree/v0.1.0