From 3bd22955dd26d814f05f51e9f6a196d066985cd2 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 4 May 2014 20:56:01 -0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e6e4ca..cdba042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,13 @@ BACKWARDS INCOMPATIBILITIES: - The `sudo_wrapper` provider configuration was removed in favor of using the secure wrapper generated by `vagrant lxc sudoers` [[GH-272]] +FEATURES: + + - Add support for specifying backingstore parameters from `Vagrantfile`s [[GH-277]] + IMPROVEMENTS: + - Use relative paths for `lxc.mount.entry` to avoid issues with `lxc-clone` [[GH-258]]. - Sort synced folders when mounting [[GH-271]] - Privileged ports can now be forwarded with `sudo` [[GH-259]] - The `vagrant lxc sudoers` generated sudoers configuration and wrapper script @@ -17,6 +22,8 @@ IMPROVEMENTS: [GH-272]: https://github.com/fgrehm/vagrant-lxc/pull/272 [GH-259]: https://github.com/fgrehm/vagrant-lxc/pull/259 [GH-271]: https://github.com/fgrehm/vagrant-lxc/pull/271 +[GH-277]: https://github.com/fgrehm/vagrant-lxc/pull/277 +[GH-258]: https://github.com/fgrehm/vagrant-lxc/issues/258 ## [1.0.0.alpha.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.8.0...v1.0.0.alpha.1) (Apr 06, 2014)