Skip to content

Commit

Permalink
fix some typos and format CHANGELOG.md
Browse files Browse the repository at this point in the history
Signed-off-by: Sun Hongliang <[email protected]>
  • Loading branch information
allencloud committed Apr 23, 2016
1 parent 584e10c commit 933ae47
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@

#### API

Use engine-api to handle large number of API calls
Update ContainerConfig to embed HostConfig and NetworkingConfig
stop/restart/kill an non-existent container should returns 500 rather than 404
Return an error when assertion fails in hijack
Return error when Image Pull fails
Fix image pull bug (wait until download finishes)
- Use engine-api to handle large number of API calls
- Update ContainerConfig to embed HostConfig and NetworkingConfig
- stop/restart/kill a non-existent container should return 500 rather than 404
- Return an error when assertion fails in hijack
- Return an error when Image Pull fails
- Fix image pull bug (wait until download finishes)

#### Build

Switch to go 1.6.2
Move dependencies to vendor/
Updating Image Pull to use docker/distribution package
- Switch to go 1.6.2
- Move dependencies to vendor/
- Update Image Pull to use docker/distribution package

#### Misc

Documentation clean up
- Documentation clean up

## 1.2.0 (2016-04-13)

Expand Down

0 comments on commit 933ae47

Please sign in to comment.