Skip to content

Commit

Permalink
changelog: release 0.15.0-rc4 (cosmos#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker authored Oct 14, 2020
1 parent 20533c6 commit f6b52d9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Changelog

## Unreleased

- [\#318](https://github.com/cosmos/iavl/pull/318) fix: constant overflow when compiling for 32bit machines
## 0.15.0-rc4 (October 14, 2020)

### Breaking Changes

- [\#317](https://github.com/cosmos/iavl/pull/317) `LoadVersion()` and `LazyLoadVersion()` now error
if called with a positive version number on an empty tree.
- [\#317](https://github.com/cosmos/iavl/pull/317) `LoadVersion()` and `LazyLoadVersion()` now
error if called with a positive version number on an empty tree.

### Bug Fixes

- [\#318](https://github.com/cosmos/iavl/pull/318) Fix constant overflow when compiling for 32bit machines.

## 0.14.2 (October 12, 2020)

Expand Down

0 comments on commit f6b52d9

Please sign in to comment.