From fe0378e9b36b89d5eb01b4c2bf8c160305a958a7 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Mon, 1 Jul 2013 17:05:49 -0700 Subject: [PATCH] Rephrase changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39aa0bcab9..f4912ae661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog ## 0.4.8 (2013-07-01) - + Runtime: Add Entrypoint to builder and container config - - Runtime: Make sure the ID is displayed when use docker run -d + + Builder: New build operation ENTRYPOINT adds an executable entry point to the container. + - Runtime: Fix a bug which caused 'docker run -d' to no longer print the container ID. - Tests: Fix issues in the test suite ## 0.4.7 (2013-06-28)