diff --git a/CHANGELOG.md b/CHANGELOG.md index 098dff7abe0..5d931a5d92c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ have changed. ##### Migration - Initialize `Mapping` fields with `Mapping::default()` instead of `ink_lang::utils::initialize_contract` in -constructors. +constructors. See [`erc20`](./examples/erc20/lib.rs) and other examples which use a `Mapping`. - Remove `SpreadAllocate`, `SpreadLayout` and `PackedLayout` implementations. #### Removal of `wee-alloc` support