Differential Revision: https://phabricator.services.mozilla.com/D264092
1.0 KiB
1.0 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.1.0
Added
- Introduced an MSRV: Rust 1.51
- Added
map_array_initfunction (#38)
v2.0.1 (2022-06-24)
Added
- Added
from_iter_reversedfunction (#30)
v2.0.0 (2021-03-29)
Breaking
- Removed
IsArraytrait (not necessary anymore with const generics)
v1.1.0 (yanked)
Breaking
- Removed
const-genericsfeature flag. The MSRV is now rust 1.51
v1.0.0 (2020-10-14)
Added
- Added a
try_array_initfunction which initializes an array with a callable that may fail. - Added a
const-genericsfeature which uses rust (unstable)const-genericsfeature to implement the initializer functions for all array sizes. - Added documentation