From 7b2f7090fd9f01a33385955b20706d0c8375d33c Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Fri, 31 Aug 2018 11:59:52 +0400 Subject: [PATCH] add missing changelog entry (#2303) https://github.com/tendermint/tendermint/pull/2264#issuecomment-417378396 --- CHANGELOG_PENDING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index ade22d21..811b561c 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -20,6 +20,7 @@ BREAKING CHANGES: - Remove PubKey from `Validator` and introduce `ValidatorUpdate` - InitChain and EndBlock use ValidatorUpdate - Update field names and types in BeginBlock +- [p2p] update secret connection to use a little endian encoded nonce FEATURES: - [types] allow genesis file to have 0 validators ([#2015](https://github.com/tendermint/tendermint/issues/2015))