fix some typos and format CHANGELOG.md

Signed-off-by: Sun Hongliang <allen.sun@daocloud.io>
This commit is contained in:
Sun Hongliang 2016-04-23 17:00:20 +08:00
parent 584e10c9f9
commit 933ae477b6
1 changed files with 10 additions and 10 deletions

View File

@ -4,22 +4,22 @@
#### API #### API
Use engine-api to handle large number of API calls - Use engine-api to handle large number of API calls
Update ContainerConfig to embed HostConfig and NetworkingConfig - Update ContainerConfig to embed HostConfig and NetworkingConfig
stop/restart/kill an non-existent container should returns 500 rather than 404 - 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 assertion fails in hijack
Return error when Image Pull fails - Return an error when Image Pull fails
Fix image pull bug (wait until download finishes) - Fix image pull bug (wait until download finishes)
#### Build #### Build
Switch to go 1.6.2 - Switch to go 1.6.2
Move dependencies to vendor/ - Move dependencies to vendor/
Updating Image Pull to use docker/distribution package - Update Image Pull to use docker/distribution package
#### Misc #### Misc
Documentation clean up - Documentation clean up
## 1.2.0 (2016-04-13) ## 1.2.0 (2016-04-13)