Skip to content

Commit 10fab7a

Browse files
changelog: update for 0.15.0-rc2 (#307)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 7f76c84 commit 10fab7a

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.15.0-rc2
3+
## 0.15.0-rc2 (August 13, 2020)
44

55
### Breaking Changes
66

@@ -17,17 +17,20 @@ Users upgrading from 0.13 should read important upgrade information in the 0.14.
1717

1818
### Breaking Changes
1919

20-
- The module path has changed from `github.com/tendermint/iavl` to `github.com/cosmos/iavl`.
20+
- [\#285](https://github.com/cosmos/iavl/pull/285) The module path has changed from
21+
`github.com/tendermint/iavl` to `github.com/cosmos/iavl`.
2122

2223
### Improvements
2324

24-
- Encoding of tree nodes and proofs is now done using the Go stdlib and Protobuf instead of Amino.
25-
The binary encoding is identical.
25+
- [\#265](https://github.com/cosmos/iavl/pull/265) Encoding of tree nodes and proofs is now done
26+
using the Go stdlib and Protobuf instead of Amino. The binary encoding is identical.
2627

27-
- Introduced `ImmutableTree.GetMembershipProof()` and `GetNonMembershipProof()` to
28-
return ics23 ExistenceProof and NonExistenceProof respectively.
28+
- [\#276](https://github.com/cosmos/iavl/pull/276/files) Introduced
29+
`ImmutableTree.GetMembershipProof()` and `GetNonMembershipProof()` to return ics23 ExistenceProof
30+
and NonExistenceProof respectively.
2931

30-
- Added `Options.InitialVersion` to specify the initial version for new IAVL trees.
32+
- [\#299](https://github.com/cosmos/iavl/pull/299) Added `Options.InitialVersion` to specify the
33+
initial version for new IAVL trees.
3134

3235
### Bug Fixes
3336

0 commit comments

Comments
 (0)