Skip to content

Commit

Permalink
changelog: update with 0.14.1 release (cosmos#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker authored Oct 9, 2020
1 parent 360b032 commit 230e9bd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@
- [\#317](https://github.com/cosmos/iavl/pull/317) `LoadVersion()` and `LazyLoadVersion()` now error
if called with a positive version number on an empty tree.

## 0.14.1 (October 9, 2020)

### Improvements

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

- [\#312](https://github.com/cosmos/iavl/pull/312) Added `MutableTree.SetInitialVersion()` to
set the initial version after tree initialization.

### Bug Fixes

- [\#288](https://github.com/cosmos/iavl/pull/288) Fix panics when generating proofs for keys that are all `0xFF`.

## 0.15.0-rc3 (August 27, 2020)

### Improvements
Expand Down

0 comments on commit 230e9bd

Please sign in to comment.