From 609fa93aa2fd98f2eac30933623f15ece59e4527 Mon Sep 17 00:00:00 2001 From: Peter Waller Date: Fri, 17 Apr 2015 09:44:12 +0100 Subject: [PATCH] Improve build cancelation description in CHANGELOG The existing text didn't explain what had changed. (See #9774) Signed-off-by: Peter Waller --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c541388e5..d168ad280a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,10 @@ #### Builder + Building images from an image ID -+ build containers with resource constraints, ie `docker build --cpu-shares=100 --memory=1024m...` ++ Build containers with resource constraints, ie `docker build --cpu-shares=100 --memory=1024m...` + `commit --change` to apply specified Dockerfile instructions while committing the image + `import --change` to apply specified Dockerfile instructions while importing the image -+ basic build cancellation ++ Builds no longer continue in the background when canceled with CTRL-C #### Client + Windows Support