add missing changelog entry (#3544)

* add missing changelog entry
This commit is contained in:
Anton Kaliaev 2019-04-11 18:59:14 +03:00 committed by Ismail Khoffi
parent bcec8be035
commit c3df21fe82

View File

@ -17,6 +17,7 @@
### FEATURES:
### IMPROVEMENTS:
- [p2p] [\#3463](https://github.com/tendermint/tendermint/pull/3463) Do not log "Can't add peer's address to addrbook" error for a private peer
### BUG FIXES:
- [p2p] \#2716 Check if we're already connected to peer right before dialing it (@melekes)