From dad85ff387d54a796d9632f540134785ce3865d6 Mon Sep 17 00:00:00 2001 From: Lars Gierth Date: Mon, 25 Apr 2016 18:23:20 -0400 Subject: [PATCH] changelog: mention Swarm.AddrFilters fix in v0.4.1 License: MIT Signed-off-by: Lars Gierth --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 019733083..25c648675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,14 +22,15 @@ hang bugfix that was shipped in the 0.4.0 release. * metrics: add prometheus back (@lgierth) * clean up dead code and config fields (@whyrusleeping) * Add log events when blocks are added/removed from the blockstore (@michealmure) + * repo: don't create logs directory, not used any longer (@lgierth) * Bugfixes * fixed ipfs name resolve --local multihash error (@pfista) * ipfs patch commands won't return null links field anymore (@whyrusleeping) - * repo: don't create logs directory, not used any longer (@lgierth) * Make non recursive resolve print the result (@kubuxu) * Output dirs on ipfs add -rn (@noffle) * update libp2p dep to fix hanging listeners problem (@whyrusleeping) + * Fix Swarm.AddrFilters config setting with regard to `/ip6` addresses (@lgierth) * fix dht command key escaping (@whyrusleeping) * Testing