From 971cfc663864c432c09078f4c428b48b79c823bc Mon Sep 17 00:00:00 2001 From: Aditya Sripal Date: Wed, 18 Jul 2018 17:49:54 -0700 Subject: [PATCH] add to pending changelog --- PENDING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PENDING.md b/PENDING.md index 3d6d0d92de..e0bcf294d0 100644 --- a/PENDING.md +++ b/PENDING.md @@ -3,6 +3,7 @@ BREAKING CHANGES * [baseapp] Msgs are no longer run on CheckTx, removed `ctx.IsCheckTx()` * [x/stake] Fixed the period check for the inflation calculation +* [baseapp] NewBaseApp constructor now takes sdk.TxDecoder as argument instead of wire.Codec FEATURES * [lcd] Can now query governance proposals by ProposalStatus