Skip to content

Commit

Permalink
update changelog;
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed Jul 26, 2022
1 parent 0657831 commit 2e9f4f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- next-header -->
## [Unreleased] - ReleaseDate


### Added
- `Abrbitrary` impl behind `arbitrary` feature;
- `BoundedVec::opt_empty_vec()` - empty `Vec<T>` to `Option<BoundedVec<T>>`;
- `Option<BoundedVec>::to_vec()` to get `Vec<T>`;

## [0.6.0] - 2022-04-21

### Added
Expand Down

0 comments on commit 2e9f4f4

Please sign in to comment.