@cryptotaxi247 / kubo / commits / b50bcb2b3

Fixed spelling, capitalized

License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>

Richard Littauer committed Jan 27, 2016 at 12:04 UTC b50bcb2b3916abb89c07726ed4e8c0df14a23205
1 file changed +14 -14
CHANGELOG.md
+14 -14
@@ -15,14 +15,14 @@ It introduces a few stability improvements, bugfixes, and increased
15 test coverage.
16
17 * Features
18 - * add 'get' and 'patch' to the allowed gateway commands (@whyrusleeping)
18 + * Add 'get' and 'patch' to the allowed gateway commands (@whyrusleeping)
19
20 * BugFixes
21 * Fix path parsing for add command (@djdv)
22 - * namesys: Make paths with multiple segemnts work. Fixes #2059 (@Kubuxu)
23 - * fixup panic catching in http handler funcs (@whyrusleeping)
22 + * namesys: Make paths with multiple segments work. Fixes #2059 (@Kubuxu)
23 + * Fix up panic catching in http handler funcs (@whyrusleeping)
24 * Add correct access control headers to the default api config (@dignifiedquire)
25 - * fix closenotify by not sending empty file set (@whyrusleeping)
25 + * Fix closenotify by not sending empty file set (@whyrusleeping)
26
27 * Tool Changes
28 * Have install.sh use the full path to ipfs binary if detected (@jedahan)
@@ -30,25 +30,25 @@ test coverage.
30 * makefile: add -ldflags to install and nofuse tasks (@lgierth)
31
32 * General Codebase
33 - * cleanup http client code (@whyrusleeping)
33 + * Clean up http client code (@whyrusleeping)
34 * Move api version check to header (@rht)
35
36 * Documentation
37 - * improved release checklist (@jbenet)
38 - * Added quotes around command in long desc (@RichardLitt)
39 - * Added a shutdown note to daemon desc (@RichardLitt)
37 + * Improved release checklist (@jbenet)
38 + * Added quotes around command in long description (@RichardLitt)
39 + * Added a shutdown note to daemon description (@RichardLitt)
40
41 * Testing
42 * t0080: improve last tests (@chriscool)
43 * t0080: improve 'ipfs refs --unique' test (@chriscool)
44 - * fix t.Fatal usage in goroutines (@chriscool)
45 - * add docker testing support to sharness (@chriscool)
44 + * Fix t.Fatal usage in goroutines (@chriscool)
45 + * Add docker testing support to sharness (@chriscool)
46 * sharness: add t0300-docker-image.sh (@chriscool)
47 * Included more namesys tests. (@Kubuxu)
48 - * add sharness test to verify requests look good (@whyrusleeping)
49 - * reenable ipns sharness test now that iptb is fixed (@whyrusleeping)
50 - * force use of ipv4 in test (@whyrusleeping)
51 - * travis-ci: use go 1.5.2 (@jbenet)
48 + * Add sharness test to verify requests look good (@whyrusleeping)
49 + * Re-enable ipns sharness test now that iptb is fixed (@whyrusleeping)
50 + * Force use of ipv4 in test (@whyrusleeping)
51 + * Travis-CI: use go 1.5.2 (@jbenet)
52
53 ### 0.3.10 - 2015-12-07
54