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.
- Moved to
const generics
MVP
v0.1.5 - 2021-03-02
- Security issue.
v0.1.4 - 2020-09-23
generic_array
0.14 support
- Handling of targets with small pointer types, e.g. AVR
v0.1.3 - 2020-02-17
As{,Mut}Slice
implementations for arrays whose lengths are powers of 2 up to1 << 16
.
v0.1.2 - 2019-11-22
- Support for v0.13.x of
generic-array
, in addition to the existing support for v0.12.x ofgeneric-array
.
v0.2.0 - 2019-08-29 - YANKED
- The 0.1.1 release was a breaking change, now in 0.2.0
v0.1.1 - 2019-08-29 - YANKED
- Bumped
generic_array
dependency
- Initial release