Skip to content

Commit 747a890

Browse files
committed
Add CHANGELOG entries
1 parent 2e6d3ac commit 747a890

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGELOG
22

3+
## 0.12.0 (unreleased)
4+
5+
**cosmwasm-vm**
6+
7+
- Remove `Storage::range` and `StorageIterator`. The storage implementation is
8+
now responsible for maintaining iterators internally and make them accessible
9+
via the new `Storage::scan` and `Storage::next` methods.
10+
- Add `FfiError::IteratorDoesNotExist`. Looking at this, `FfiError` should
11+
probably be renamed to something that includes before, on and behind the FFI
12+
boundary to Go.
13+
- `MockStorage` now implementes the new `Storage` trait and has an additional
14+
`MockStorage::all` for getting all elements of an iterator in tests.
15+
316
## 0.11.1 (2020-10-12)
417

518
**cosmwasm-std**

0 commit comments

Comments
 (0)