From d9d2540162a79e08d9bc84b16b6e9a91ea91d56e Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Fri, 21 Jun 2013 17:09:49 -0700 Subject: [PATCH] Small copy improvements in Changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4653db7c10..b52fcfccc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog # 0.4.5 (2013-06-21) - + Builder: Introduce docker build from remote URL/github repository - * Runtime: Make the container size to be displayed via an option in docker ps. + + Builder: 'docker build git://URL' fetches and builds a remote git repository + * Runtime: 'docker ps -s' optionally prints container size * Tests: Improved and simplified - Runtime: fix a regression introduced in 0.4.3 which caused the logs command to fail. - Builder: fix a regression when using ADD with single regular file.