diff --git a/contracts.md b/contracts.md index 39b359b..e10cf20 100644 --- a/contracts.md +++ b/contracts.md @@ -20,7 +20,6 @@ ## Storage -- added `take(key) -> Option` that allows for removing elements from the storage while returning the value. Replaces `get` + `remove` pattern. - Remove `SpreadAllocate`, `SpreadLayout` and `PackedLayout` implementations (and derivations). - Derive `StorageLayout` in`std` feature for types that you want to store in `Mapping`s (see `Bulletin` struct in the Bulletin Board migration). It’s used when generating contract’s metadata.