From b63b81ab2177851586f7f47ded081d96fc1a9c74 Mon Sep 17 00:00:00 2001 From: Jack Zampolin Date: Mon, 27 May 2019 13:28:48 -0700 Subject: [PATCH] Merge PR #4414: release/v0.34.5 changelog back to master --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b81ad1248..27eea2c0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 0.34.5 + +### Bug Fixes + +#### SDK + +* [\#4273](https://github.com/cosmos/cosmos-sdk/issues/4273) Fix usage of `AppendTags` in x/staking/handler.go + +### Improvements + +### SDK + +* [\#2286](https://github.com/cosmos/cosmos-sdk/issues/2286) Improve performance of `CacheKVStore` iterator. +* [\#3655](https://github.com/cosmos/cosmos-sdk/issues/3655) Improve signature verification failure error message. +* [\#4384](https://github.com/cosmos/cosmos-sdk/issues/4384) Allow splitting withdrawal transaction in several chunks. + +#### Gaia CLI + +* [\#4227](https://github.com/cosmos/cosmos-sdk/issues/4227) Support for Ledger App v1.5. +* [#4345](https://github.com/cosmos/cosmos-sdk/pull/4345) Update `ledger-cosmos-go` +to v0.10.3. + ## 0.34.4 ### Bug Fixes