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.
0.2.5 (2022-09-04)
Fixed
0.2.4 (2022-08-22)
- Re-release v0.2.3 without any changes to fix #795 (#796)
0.2.3 (2022-08-18)
Changed
- Update
libc
version to v0.2.95 (#789) - Disable all target features under MIRI (#779)
- Check AVX availability when detecting AVX2 and FMA (#792)
0.2.2 (2022-03-18)
Added
- Support for Android on
aarch64
(#752)
Removed
- Vestigial code around
crypto
target feature (#600)
0.2.1 (2021-08-26)
Changed
- Revert #583 “Use from_bytes_with_nul for string check” (#597)
0.2.0 (2021-08-26) [YANKED]
Removed
- AArch64
crypto
target feature (#594)
0.1.5 (2021-06-21)
Added
Changed
- Map
aarch64
HWCAPs to target features; add crypto
(#456)
0.1.4 (2021-05-14)
Added
- Support compiling on non-Linux/macOS aarch64 targets (#408)
0.1.3 (2021-05-13)
Removed
neon
on aarch64
targets: already enabled by default (#406)
0.1.2 (2021-05-13) [YANKED]
Added
neon
feature detection on aarch64
targets (#403)
Fixed
- Support for
musl
-based targets (#403)
0.1.1 (2021-05-06)
Added
aarch64
support for Linux and macOS/M4 targets (#393)
0.1.0 (2021-04-29)