Skip to content

Commit 857e3a7

Browse files
committed
Update CHANGELOG.md
1 parent 503b8d4 commit 857e3a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ crate. All existing sub-crates are reexported and should be used via the new `in
2222
- Replace all usages of individual crates with reexports, e.g. `ink_env``ink::env`.
2323

2424
#### Storage Rework
25-
[#1331](https://github.com/paritytech/ink/pull/1331) [changes the way](https://github.com/paritytech/ink/issues/1134)
26-
`ink!` works with contract storage. Storage keys are generated at compile-time, and user facing traits have been
27-
replaced with new abstractions.
25+
[#1331](https://github.com/paritytech/ink/pull/1331) changes the way `ink!` works with contract storage. Storage keys
26+
are generated at compile-time, and user facing abstractions which determine how contract data is laid out in storage
27+
have changed.
2828

2929
##### Migration
3030
- Initialize `Mapping` fields with `Mapping::default()` instead of `ink_lang::utils::initialize_contract` in

0 commit comments

Comments
 (0)