@cryptotaxi247 / kubo / commits / ae7c1eca0

changelog: fix 0.4.3-rc dates

License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>

Lars Gierth committed Nov 4, 2016 at 19:42 UTC ae7c1eca0a18edc79d076dec7556a7d80dad46d9
1 file changed +2 -2
CHANGELOG.md
+2 -2
@@ -28,12 +28,12 @@ With this release candidate, we're also moving go-ipfs to Go 1.7, which we expec
28 - Improve tests for pinning within `ipfs files`. (@kevina, [ipfs/go-ipfs#3151](https://github.com/ipfs/go-ipfs/pull/3151))
29 - Improve tests for the automatic raising of file descriptor limits. (@whyrusleeping, [ipfs/go-ipfs#3149](https://github.com/ipfs/go-ipfs/pull/3149))
30
31 -### 0.4.3-rc3 - 2016-08-09
31 +### 0.4.3-rc3 - 2016-08-11
32
33 This release candidate fixes a panic that occurs when input from stdin was
34 expected, but none was given: [ipfs/go-ipfs#3050](https://github.com/ipfs/go-ipfs/pull/3050)
35
36 -### 0.4.3-rc2 - 2016-07-23
36 +### 0.4.3-rc2 - 2016-08-04
37
38 This release includes bugfixes and fixes for regressions that were introduced
39 between 0.4.2 and 0.4.3-rc1.