From 9aaa1c2199838a7d4c8d332aff5902cde8b700d9 Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Wed, 19 Dec 2018 17:09:42 +0100 Subject: [PATCH] CHANGELOG => PENDING --- CHANGELOG.md | 13 ++++++++++--- PENDING.md | 2 -- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ff420adb..536522779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ # Changelog +## 0.29.0 + +BREAKING CHANGES + +* SDK + * [\#3163](https://github.com/cosmos/cosmos-sdk/issues/3163) Withdraw commission on self bond removal + ## 0.28.1 -BREAKNG CHANGES +BREAKING CHANGES * Gaia REST API (`gaiacli advanced rest-server`) * [lcd] [\#3045](https://github.com/cosmos/cosmos-sdk/pull/3045) Fix quoted json return on GET /keys (keys list) @@ -25,11 +32,11 @@ FEATURES IMPROVEMENTS * Gaia REST API (`gaiacli advanced rest-server`) - * \#2879, \#2880 Update deposit and vote endpoints to perform a direct txs query + * [\#2879](https://github.com/cosmos/cosmos-sdk/issues/2879), [\#2880](https://github.com/cosmos/cosmos-sdk/issues/2880) Update deposit and vote endpoints to perform a direct txs query when a given proposal is inactive and thus having votes and deposits removed from state. * Gaia CLI (`gaiacli`) - * \#2879, \#2880 Update deposit and vote CLI commands to perform a direct txs query + * [\#2879](https://github.com/cosmos/cosmos-sdk/issues/2879), [\#2880](https://github.com/cosmos/cosmos-sdk/issues/2880) Update deposit and vote CLI commands to perform a direct txs query when a given proposal is inactive and thus having votes and deposits removed from state. * Gaia diff --git a/PENDING.md b/PENDING.md index 3ed6d0746..4d87301f0 100644 --- a/PENDING.md +++ b/PENDING.md @@ -10,8 +10,6 @@ BREAKING CHANGES * SDK - * \#3163 Withdraw commission on self bond removal - * Tendermint