Mention synced_folder_opts on CHANGELOG

This commit is contained in:
Fabio Rehm 2014-02-01 00:06:24 -02:00
parent cdf13d3f70
commit 8ae667ead9

View file

@ -7,6 +7,10 @@ BACKWARDS INCOMPATIBILITY:
- Support for `enable_nfs` has been deprecated and will be removed on 0.7.0,
please use `cache.synced_folder_opts = {type: 'nfs'}` instead.
FEATURES:
- Support for specifying custom cache bucket synced folder opts
## [0.5.1](https://github.com/fgrehm/vagrant-cachier/compare/v0.5.0...v0.5.1) (Dec 20, 2013)
BUG FIXES: