]> git.proxmox.com Git - rustc.git/blob - vendor/sha2/CHANGELOG.md
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / vendor / sha2 / CHANGELOG.md
1 # Changelog
2
3 All notable changes to this project will be documented in this file.
4
5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8 ## 0.9.1 (2020-06-24)
9 ### Added
10 - x86 hardware acceleration of SHA-256 via SHA extension instrinsics. ([#167])
11
12 [#167]: https://github.com/RustCrypto/hashes/pull/167
13
14 ## 0.9.0 (2020-06-09)
15 ### Changed
16 - Update to `digest` v0.9 release; MSRV 1.41+ ([#155])
17 - Use new `*Dirty` traits from the `digest` crate ([#153])
18 - Bump `block-buffer` to v0.8 release ([#151])
19 - Rename `*result*` to `finalize` ([#148])
20 - Upgrade to Rust 2018 edition ([#133])
21
22 [#155]: https://github.com/RustCrypto/hashes/pull/155
23 [#153]: https://github.com/RustCrypto/hashes/pull/153
24 [#151]: https://github.com/RustCrypto/hashes/pull/151
25 [#148]: https://github.com/RustCrypto/hashes/pull/148
26 [#133]: https://github.com/RustCrypto/hashes/pull/133
27
28 ## 0.8.2 (2020-05-23)
29 ### Added
30 - Expose compression function under the `compress` feature flag ([#108])
31
32 ### Changed
33 - Use `libc` crate for `aarch64` consts ([#109])
34 - Minor code cleanups ([#94])
35
36 [#109]: https://github.com/RustCrypto/hashes/pull/109
37 [#108]: https://github.com/RustCrypto/hashes/pull/108
38 [#94]: https://github.com/RustCrypto/hashes/pull/94
39
40 ## 0.8.1 (2020-01-05)
41
42 ## 0.8.0 (2018-10-02)
43
44 ## 0.7.1 (2018-04-27)
45
46 ## 0.6.0 (2017-06-12)
47
48 ## 0.5.3 (2017-06-03)
49
50 ## 0.5.2 (2017-05-08)
51
52 ## 0.5.1 (2017-05-01)
53
54 ## 0.5.0 (2017-04-06)
55
56 ## 0.4.2 (2017-01-23)
57
58 ## 0.4.1 (2017-01-20)
59
60 ## 0.4.0 (2016-12-24)
61
62 ## 0.3.0 (2016-11-17)
63
64 ## 0.2.0 (2016-10-26)
65
66 ## 0.1.2 (2016-05-06)
67
68 ## 0.1.1 (2016-05-06)
69
70 ## 0.1.0 (2016-05-06)