Skip to content

Commit

Permalink
Remove outdated changelog note
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Nov 25, 2021
1 parent 14cd1ff commit c8abe37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ The other examples will be migrated to this new data structure as a next step.

## Fixed
- Contracts now revert the transaction if an ink! message returns `Result::Err`[#975](https://github.com/paritytech/ink/pull/975), [#998](https://github.com/paritytech/ink/pull/998).
- **Note:** This does not apply to ink! smart contracts which are used as dependencies of a contract!<br/>
It is still possible to match against a `Result` return type for a called dependency contract
- It is still possible to match against a `Result` return type for a called dependency contract
‒ i.e. a sub-contract specified in the contract's `Cargo.toml`.
- We implemented a number of Wasm contract size improvements:
- Simple Mapping Storage Primitive ‒ [#946](https://github.com/paritytech/ink/pull/946).
Expand Down

0 comments on commit c8abe37

Please sign in to comment.