From c7c1d8a1c618e4d0940859e5ba1acfe227480e8b Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Fri, 21 Mar 2014 20:13:43 -0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f2d14..53843fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,14 @@ DEPRECATIONS: FEATURES: + - New `vagrant lxc sudoers` command for creating a policy for users in order to + avoid `sudo` passwords [[GH-237]] / [[GH-257]] - Support for NFS and rsync synced folders. - Support for synced folder mount options allowing for using read only synced folders [[GH-193]] +[GH-237]: https://github.com/fgrehm/vagrant-lxc/issues/237 +[GH-257]: https://github.com/fgrehm/vagrant-lxc/pull/257 [GH-193]: https://github.com/fgrehm/vagrant-lxc/issues/193 IMPROVEMENTS: