We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e99e7 commit e7e1761Copy full SHA for e7e1761
CHANGELOG.md
@@ -28,7 +28,7 @@ have changed.
28
29
##### Migration
30
- Initialize `Mapping` fields with `Mapping::default()` instead of `ink_lang::utils::initialize_contract` in
31
-constructors.
+constructors. See [`erc20`](./examples/erc20/lib.rs) and other examples which use a `Mapping`.
32
- Remove `SpreadAllocate`, `SpreadLayout` and `PackedLayout` implementations.
33
34
#### Removal of `wee-alloc` support
0 commit comments