From 1e3951c61c1799d1c8a195c8fcf748fe451d6ddf Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Thu, 21 Jun 2018 12:47:29 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ad57fee..65815ccf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 0.21.0 -*June 20th, 2018* +*June 21th, 2018* BREAKING CHANGES @@ -17,7 +17,7 @@ IMPROVEMENT BUG FIXES -- [consensus] Fix #1754 where we don't make blocks when `create_empty_blocks=false` +- [consensus] Fix an issue where we don't make blocks after `fast_sync` when `create_empty_blocks=false` - [mempool] Fix #1761 where we don't process txs if `cache_size=0` - [rpc] Fix memory leak in Websocket (when using `/subscribe` method) - [config] Escape paths in config - fixes config paths on Windows