Skip to content
Merged
Prev Previous commit
Next Next commit
update changelog file
  • Loading branch information
lean-apple committed Nov 7, 2022
commit 033320d44ada2aa964115b6dee4887305204c65e
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- Allows to use `Result<Self, Error>` as a return type in constructors - [#1446](https://github.com/paritytech/ink/pull/1446)
- Introduces conditional compilation to messages, constructors and events - [#1458](https://github.com/paritytech/ink/pull/1458)

- Remove random function from ink!.
- Replace definitely previous `Mapping::insert(key, val)` method by `Mapping::insert_return_size(key, val)` one but under the same method name insert - [#1463](https://github.com/paritytech/ink/pull/1463)

## Version 4.0.0-alpha.3

Expand Down