Skip to content

Commit

Permalink
Update CHANGELOG.md (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Kuzyakov authored Feb 2, 2021
1 parent 929ef4e commit 4f0cf78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ is to have an assert that validates that the direct caller (predecessor account
* Added `#[derive(PanicOnDefault)]` that automatically implements `Default` trait that panics when called.
This is helpful to prevent contracts from being initialized using `Default` by removing boilerplate code.

## `2.0.1`

* Pinned version of `syn` crate to `=1.0.57`, since `1.0.58` introduced a breaking API change.

## `2.0.0`

### Contract changes
Expand Down

0 comments on commit 4f0cf78

Please sign in to comment.