Skip to content

Commit 503b8d4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ crate. All existing sub-crates are reexported and should be used via the new `in
2121
- Remove the commonly used `use ink_lang as ink` idiom.
2222
- Replace all usages of individual crates with reexports, e.g. `ink_env``ink::env`.
2323

24-
##### Storage Rework
24+
#### Storage Rework
2525
[#1331](https://github.com/paritytech/ink/pull/1331) [changes the way](https://github.com/paritytech/ink/issues/1134)
2626
`ink!` works with contract storage. Storage keys are generated at compile-time, and user facing traits have been
2727
replaced with new abstractions.

0 commit comments

Comments
 (0)