From 2a1515f00a5fe06b74c4e8c005ccb4b5826ca1dc Mon Sep 17 00:00:00 2001 From: rigelrozanski Date: Wed, 29 Aug 2018 18:48:42 -0400 Subject: [PATCH] changelog --- PENDING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PENDING.md b/PENDING.md index dd18be3c0b..5c7d04d75a 100644 --- a/PENDING.md +++ b/PENDING.md @@ -19,6 +19,8 @@ BREAKING CHANGES * [x/stake] \#1901 Validator type's Owner field renamed to Operator; Validator's GetOwner() renamed accordingly to comply with the SDK's Validator interface. * [docs] [#2001](https://github.com/cosmos/cosmos-sdk/pull/2001) Update slashing spec for slashing period * [x/stake, x/slashing] [#1305](https://github.com/cosmos/cosmos-sdk/issues/1305) - Rename "revoked" to "jailed" + * [x/stake] [#1676] Revoked and jailed validators put into the unbonding state + * [x/stake] [#1877] Redelegations/unbonding-delegation from unbonding validator have reduced time * SDK * [core] \#1807 Switch from use of rational to decimal