@@ -5,6 +5,36 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.9.0 (2020-06-09)
9
+ ### Added
10
+ - ` ExtendableOutputDirty ` and ` VariableOutputDirty ` traits ([ #183 ] )
11
+ - ` FixedOutputDirty ` trait + ` finalize_into* ` ([ #180 ] )
12
+ - ` XofReader::read_boxed ` method ([ #178 ] , [ #181 ] , [ #182 ] )
13
+ - ` alloc ` feature ([ #163 ] )
14
+ - Re-export ` typenum::consts ` as ` consts ` ([ #123 ] )
15
+ - ` Output ` type alias ([ #115 ] )
16
+
17
+ ### Changed
18
+ - Rename ` *result* ` methods to ` finalize ` ala IUF ([ #161 ] )
19
+ - Use ` impl AsRef<[u8]> ` instead of generic params on methods ([ #112 ] )
20
+ - Rename ` Input::input ` to ` Update::update ` ala IUF ([ #111 ] )
21
+ - Upgrade to Rust 2018 edition ([ #109 ] )
22
+ - Bump ` generic-array ` to v0.14 ([ #95 ] )
23
+
24
+ [ #183 ] : https://github.com/RustCrypto/traits/pull/183
25
+ [ #181 ] : https://github.com/RustCrypto/traits/pull/181
26
+ [ #182 ] : https://github.com/RustCrypto/traits/pull/182
27
+ [ #180 ] : https://github.com/RustCrypto/traits/pull/180
28
+ [ #178 ] : https://github.com/RustCrypto/traits/pull/178
29
+ [ #163 ] : https://github.com/RustCrypto/traits/pull/163
30
+ [ #161 ] : https://github.com/RustCrypto/traits/pull/161
31
+ [ #123 ] : https://github.com/RustCrypto/traits/pull/123
32
+ [ #115 ] : https://github.com/RustCrypto/traits/pull/115
33
+ [ #111 ] : https://github.com/RustCrypto/traits/pull/111
34
+ [ #112 ] : https://github.com/RustCrypto/traits/pull/112
35
+ [ #109 ] : https://github.com/RustCrypto/traits/pull/109
36
+ [ #95 ] : https://github.com/RustCrypto/traits/pull/95
37
+
8
38
## 0.8.1 (2019-06-30)
9
39
10
40
## 0.8.0 (2018-10-01)
0 commit comments