From 8fd6c82834b754234887a2487f85bed036acbc81 Mon Sep 17 00:00:00 2001 From: Jeromy Date: Mon, 1 Aug 2016 10:47:30 -0700 Subject: [PATCH] update changelog about ipfs add progress fix License: MIT Signed-off-by: Jeromy --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77848b07f..bd061035f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ between 0.4.2 and 0.4.3-rc1. (@whyrusleeping, [ipfs/go-ipfs#2989](https://github.com/ipfs/go-ipfs/pull/2989)) - Fix `ipfs refs` with `edges` option not printing edges. (@Kubuxu, [ipfs/go-ipfs#3007](https://github.com/ipfs/go-ipfs/pull/3007)) + - Fix progress option for `ipfs add` defaulting to true on http API. + (@whyrusleeping, [ipfs/go-ipfs#3025](https://github.com/ipfs/go-ipfs/pull/3025)) ### 0.4.3-rc1 - 2016-07-23