Browse code

Improve build cancelation description in CHANGELOG

The existing text didn't explain what had changed.

(See #9774)

Signed-off-by: Peter Waller <p@pwaller.net>

Peter Waller authored on 2015/04/17 17:44:12
Showing 1 changed files
... ...
@@ -4,10 +4,10 @@
4 4
 
5 5
 #### Builder
6 6
 + Building images from an image ID
7
-+ build containers with resource constraints, ie `docker build --cpu-shares=100 --memory=1024m...`
7
++ Build containers with resource constraints, ie `docker build --cpu-shares=100 --memory=1024m...`
8 8
 + `commit --change` to apply specified Dockerfile instructions while committing the image
9 9
 + `import --change` to apply specified Dockerfile instructions while importing the image
10
-+ basic build cancellation
10
++ Builds no longer continue in the background when canceled with CTRL-C
11 11
 
12 12
 #### Client
13 13
 + Windows Support