From bfb9b6be734d58fa08eb0885e1820e5b56956b8e Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Thu, 13 Mar 2014 23:01:00 -0300 Subject: [PATCH] Note GH-151 on CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9135e6d..a8af655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,12 @@ DEPRECATIONS: IMPROVEMENTS: - Acceptance specs are now powered by `vagrant-spec` [[GH-213]] - - Improved compatibility with Vagrant 1.4 [[GH-191]] / 1.5 [[GH-241]] [[GH-242]] + - Improved compatibility with Vagrant 1.4 / 1.5 including the ability + to use `rsync` and `nfs` shared folders to work around synced folders + permission problems. More information can be found on the following + issues: [[GH-151]] [[GH-191]] [[GH-241]] [[GH-242]] +[GH-151]: https://github.com/fgrehm/vagrant-lxc/issues/151 [GH-213]: https://github.com/fgrehm/vagrant-lxc/issues/213 [GH-191]: https://github.com/fgrehm/vagrant-lxc/issues/191 [GH-241]: https://github.com/fgrehm/vagrant-lxc/issues/241