File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,5 +4,16 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## 0.0.2 (2020-05-24)
8+ ### Added
9+ - ` TryPush ` trait ([ #45 ] )
10+
11+ ### Changed
12+ - Borrow iterators rather than consume them ([ #44 ] , [ #46 ] )
13+
14+ [ #46 ] : https://github.com/RustCrypto/utils/pull/46
15+ [ #45 ] : https://github.com/RustCrypto/utils/pull/45
16+ [ #44 ] : https://github.com/RustCrypto/utils/pull/44
17+
718## 0.0.1 (2020-05-24)
819- Initial release
Original file line number Diff line number Diff line change 11[package ]
22name = " collectable"
3- version = " 0.0.1 "
3+ version = " 0.0.2 "
44authors = [" RustCrypto Developers" ]
55license = " Apache-2.0 OR MIT"
66edition = " 2018"
You can’t perform that action at this time.
0 commit comments