From f8314aba52d1b6980cbf657ad50672e443f1674b Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 20 Jul 2014 21:13:50 -0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84f6d02..b8a5067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,18 @@ BACKWARDS INCOMPATIBILITIES: - Removed deprecated `config.enable_nfs` config. + - Changed composer cache bucket to use `$HOME/.composer/cache` [[GH-89]] + +IMPROVEMENTS: + + - Set composer cache bucket ownership to the configured SSH user. 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 +[GH-89]: https://github.com/fgrehm/vagrant-cachier/issues/89 ## [0.7.2](https://github.com/fgrehm/vagrant-cachier/compare/v0.7.1...v0.7.2) (May 08, 2014)