From ab0492c3e98c18dce01d7c0ea2baf8c76426ee5f Mon Sep 17 00:00:00 2001 From: Jeromy Date: Tue, 9 Aug 2016 16:25:36 -0700 Subject: [PATCH] update changelog License: MIT Signed-off-by: Jeromy --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d75115d0..1b63083c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # go-ipfs changelog +### 0.4.3-rc3 - 2016-08-09 + +This release candidate fixes a panic that occurs when input from stdin was +expected, but none was given: [ipfs/go-ipfs#3050](https://github.com/ipfs/go-ipfs/pull/3050) + ### 0.4.3-rc2 - 2016-07-23 This release includes bugfixes and fixes for regressions that were introduced