From 2b0003648419eb9048b9445ef16b6b5ea8f904bb Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 20 Jul 2014 20:36:50 -0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e997769..84f6d02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## [1.0.0.alpha1](https://github.com/fgrehm/vagrant-cachier/compare/v0.7.2...master) (unreleased) +BACKWARDS INCOMPATIBILITIES: + + - Removed deprecated `config.enable_nfs` config. + +BUG FIXES: + + - Do not error if base box has been removed and `:box` is configured as the cache scope [[GH-86]] + +[GH-86]: https://github.com/fgrehm/vagrant-cachier/issues/86 ## [0.7.2](https://github.com/fgrehm/vagrant-cachier/compare/v0.7.1...v0.7.2) (May 08, 2014)