Browse code

Mention bugfixes in 0.12 changelog

Solomon Hykes authored on 2014/06/07 05:31:10
Showing 1 changed files
... ...
@@ -3,6 +3,7 @@
3 3
 ## 0.12.0 (2014-06-05)
4 4
 
5 5
 #### Notable features since 0.11.0
6
+* 40+ various improvements to stability, performance and usability
6 7
 * 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
7 8
 * Inherit file permissions from the host on `ADD`
8 9
 * New `pause` and `unpause` commands to allow pausing and unpausing of containers using cgroup freezer