From d220a1ef1371e5d353f5e13bb6fcdd173e6f96a1 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Wed, 20 Jun 2018 00:22:07 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 489b57c01..d0ad57fee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,19 @@ BREAKING CHANGES - [config] Change default ports from 4665X to 2665X. Ports over 32768 are ephemeral and reserved for use by the kernel. +- [cmd] `unsafe_reset_all` removes the addrbook.json + +IMPROVEMENT + +- [pubsub] Set default capacity to 0 +- [docs] Various improvements BUG FIXES - [consensus] Fix #1754 where we don't make blocks 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 ## 0.20.0