]> git.proxmox.com Git - rustc.git/blame - vendor/cpufeatures/CHANGELOG.md
New upstream version 1.64.0+dfsg1
[rustc.git] / vendor / cpufeatures / CHANGELOG.md
CommitLineData
5099ac24
FG
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
064997fb
FG
8## 0.2.2 (2022-03-18)
9### Added
10- Support for Android on `aarch64` ([#752])
11
12### Removed
13- Vestigial code around `crypto` target feature ([#600])
14
15[#600]: https://github.com/RustCrypto/utils/pull/600
16[#752]: https://github.com/RustCrypto/utils/pull/752
17
5099ac24
FG
18## 0.2.1 (2021-08-26)
19### Changed
20- Revert [#583] "Use from_bytes_with_nul for string check" ([#597])
21
22[#583]: https://github.com/RustCrypto/utils/pull/583
23[#597]: https://github.com/RustCrypto/utils/pull/597
24
25## 0.2.0 (2021-08-26) [YANKED]
26### Removed
27- AArch64 `crypto` target feature ([#594])
28
29[#594]: https://github.com/RustCrypto/utils/pull/594
30
31## 0.1.5 (2021-06-21)
32### Added
33- iOS support ([#435], [#501])
34
35### Changed
36- Map `aarch64` HWCAPs to target features; add `crypto` ([#456])
37
38[#435]: https://github.com/RustCrypto/utils/pull/435
39[#456]: https://github.com/RustCrypto/utils/pull/456
40[#501]: https://github.com/RustCrypto/utils/pull/501
41
42## 0.1.4 (2021-05-14)
43### Added
44- Support compiling on non-Linux/macOS aarch64 targets ([#408])
45
46[#408]: https://github.com/RustCrypto/utils/pull/408
47
48## 0.1.3 (2021-05-13)
49### Removed
50- `neon` on `aarch64` targets: already enabled by default ([#406])
51
52[#406]: https://github.com/RustCrypto/utils/pull/406
53
54## 0.1.2 (2021-05-13) [YANKED]
55### Added
56- `neon` feature detection on `aarch64` targets ([#403])
57
58### Fixed
59- Support for `musl`-based targets ([#403])
60
61[#403]: https://github.com/RustCrypto/utils/pull/403
62
63## 0.1.1 (2021-05-06)
64### Added
65- `aarch64` support for Linux and macOS/M4 targets ([#393])
66
67[#393]: https://github.com/RustCrypto/utils/pull/393
68
69## 0.1.0 (2021-04-29)
70- Initial release