1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-25 15:08:45 +08:00

changelog: mention Swarm.AddrFilters fix in v0.4.1

License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
This commit is contained in:
Lars Gierth
2016-04-25 18:23:20 -04:00
committed by Lars Gierth
parent 9e3b5c3dfe
commit dad85ff387

View File

@ -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