From 0c611d9b15945fc6d94cc999684483421709a3df Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Fri, 6 Jun 2014 13:31:10 -0700 Subject: [PATCH] Mention bugfixes in 0.12 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07f11d90f0..226535732c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 0.12.0 (2014-06-05) #### Notable features since 0.11.0 +* 40+ various improvements to stability, performance and usability * New `COPY` Dockerfile instruction to allow copying a local file from the context into the container without ever extracting if the file is a tar file * Inherit file permissions from the host on `ADD` * New `pause` and `unpause` commands to allow pausing and unpausing of containers using cgroup freezer