Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 81165f8

Browse files
committedJun 20, 2015
CHANGELOG.md: Update with features through 3a1c8d7 (2015-06-19)
And bump the expected version number to 0.4.0, because the IPFS-obect pins need a one-way migration.
1 parent d6ed089 commit 81165f8

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed
 

‎CHANGELOG.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,32 @@
11
# go-ipfs changelog
22

3-
### 0.3.6 - unreleased
3+
### 0.4.0 - unreleased
44

55
We don't know what the main changes will be yet.
66

7+
#### User interface changes
8+
9+
* `ipfs object patch ...` now bubbles changes up the DAG. @whyrusleeping, #1404
10+
* trickle-DAG option (`ipfs add -t ...`) now acts as
11+
advertized. @dylanPowers, #1379
12+
* trailing tabs removed from `ipfs ls ...` output. @wking, #1346
13+
* event logs are now HTTP-only. @whyrusleeping, #1382
14+
* `ipfs name publish <your-local-node-ID> <hash-to-publish>`
15+
works. @wking, #1398
16+
* daemon shuts down cleanly on ctrl-c. @whyrusleeping, #1405
17+
* better docs. @dylanPowers, #1400, #1402
18+
719
#### Stability and performance
820

21+
* better Linux FUSE-mount errors for missing mount points, @jbenet, #1391
922
* prevent wantmanager from leaking goroutines (and
1023
memory). @whyrusleeping, #1356
24+
* store pins in IPFS objects. @tv42, #1381
25+
* better context handling. @whyrusleeping, #1367
26+
* sharness improvements. @chriscool, @Luzifer, #1370, #1371, #1372
27+
* dependency update for goprocess, @jbenet, #1392
28+
* internal polishing. @lgierth, @rht, @jbenet, @wking, #1377, #1359,
29+
#1395, #1397
1130

1231
### 0.3.5 - 2015-06-11
1332

0 commit comments

Comments
 (0)
Please sign in to comment.