From cb1f48cb0951b48a0c24d43279f6716be7a5caa7 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 14 Jan 2014 09:23:29 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a418b4ffd..f841663e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ FEATURES: to set the number of CPUs on the VM [GH-2800] - **New synced folder type:** rsync - Does a one-time one-directional sync to the guest machine. Future Vagrant versions will re-sync. + - provisioners/docker: Can now build images using `docker build`. [GH-2615] IMPROVEMENTS: