From f6b52d966efbb220b78f3797d9f80fccdd023cc8 Mon Sep 17 00:00:00 2001 From: Erik Grinaker Date: Wed, 14 Oct 2020 18:59:04 +0200 Subject: [PATCH] changelog: release 0.15.0-rc4 (#323) --- CHANGELOG.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 787579dc7..73446f679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)