@cryptotaxi247 / kubo / commits / 16e0c7b4a

CHANGELOG for 0.4.3-rc2

License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Aug 1, 2016 at 14:18 UTC 16e0c7b4acc46d420065980e2ca182a3030601ff
1 file changed +11
CHANGELOG.md
+11
@@ -1,5 +1,16 @@
1 # go-ipfs changelog
2
3 +### 0.4.3-rc2 - TODO
4 +
5 +This release includes bugfixes and fixes for regressions that were introduced
6 +between 0.4.2 and 0.4.3-rc1.
7 +
8 +- Regressions
9 + - Fix daemon panic when there is no multipart input provided with over HTTP API.
10 + (@whyrusleeping, [ipfs/go-ipfs#2989](https://github.com/ipfs/go-ipfs/pull/2989))
11 + - Fix `ipfs refs` with `edges` option not printing edges.
12 + (@Kubuxu, [ipfs/go-ipfs#3007](https://github.com/ipfs/go-ipfs/pull/3007))
13 +
14 ### 0.4.3-rc1 - 2016-07-23
15
16 This is a maintenance release which comes with a couple of nice enhancements, and improves the performance of Storage, Bitswap, as well as Content and Peer Routing. It also introduces a handful of new commands and options, and fixes a good bunch of bugs.