add to pending changelog

This commit is contained in:
Aditya Sripal 2018-07-18 17:49:54 -07:00
parent 218c9b3702
commit 971cfc6638
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
BREAKING CHANGES BREAKING CHANGES
* [baseapp] Msgs are no longer run on CheckTx, removed `ctx.IsCheckTx()` * [baseapp] Msgs are no longer run on CheckTx, removed `ctx.IsCheckTx()`
* [x/stake] Fixed the period check for the inflation calculation * [x/stake] Fixed the period check for the inflation calculation
* [baseapp] NewBaseApp constructor now takes sdk.TxDecoder as argument instead of wire.Codec
FEATURES FEATURES
* [lcd] Can now query governance proposals by ProposalStatus * [lcd] Can now query governance proposals by ProposalStatus