From bcbcc51f7489411786acf0f4e0c2bec610322223 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 10 Jan 2014 18:25:14 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcf569274..3592b0893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,8 @@ FEATURES: further integrating Vagrant with new operating systems even easier. - providers/virtualbox: Provider-specific configuration `cpus` can be used 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. IMPROVEMENTS: