From 97f27770005295b1ddac3b149ed88bcf6931a4a6 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Fri, 3 Dec 2021 09:39:29 -0500 Subject: [PATCH] changelog --- CHANGELOG_PENDING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index cb1a79cac..dfc5777db 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -41,6 +41,7 @@ Special thanks to external contributors on this release: - [cli] [#7033](https://github.com/tendermint/tendermint/pull/7033) Add a `rollback` command to rollback to the previous tendermint state in the event of non-determinstic app hash or reverting an upgrade. - [mempool, rpc] \#7041 Add removeTx operation to the RPC layer. (@tychoish) +- [consensus] []() Update the proposal logic per the Propose-based timestamps specification so that the proposer will wait for the previous block time to occur before proposing the next block. ### IMPROVEMENTS