From d179d3d5823f4ad4624858f5279bb0a0ea7ce4be Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 12 Jan 2011 02:36:57 -0800 Subject: [PATCH] Update CHANGELOG with new provisioner syntax --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a42830e5..f640719ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ - Helpful error message shown if NFS mounting fails. [GH-135] - Gentoo guests now support host only networks. [GH-240] - RedHat (CentOS included) guests now support host only networks. [GH-260] + - New Vagrantfile syntax for enabling and configuring provisioners. This + change is not backwards compatible. [GH-265] ## 0.7.0.beta (December 24, 2010)