File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments