From 43ba33fd80ea7a24e80991b2534f28c6957febe6 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Sat, 4 Nov 2017 20:28:10 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa8c2cb74..81de6ca14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ at anytime. ### Fixed * Fixed amount of close nodes to add to list in case of extension to neighbouring k-buckets * Fixed external IP detection via jsonip.com (avoid detecting IPv6) - * + * Fixed race condition between `publish` and `channel_new` ### Deprecated * @@ -23,7 +23,7 @@ at anytime. ### Changed * Moved BLOB_SIZE from conf.py to MAX_BLOB_SIZE in blob/blob_file.py - * + * Use shared deferredSemaphore for api methods decorated with `@AuthJSONRPCServer.queued` ### Added * Added `utxo_list` command to list unspent transaction outputs