From 529558e8b0e1ca5876ae65634ca620d7950c0d24 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sat, 3 May 2014 23:38:21 -0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dfea25..4e6e4ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,16 @@ BACKWARDS INCOMPATIBILITIES: IMPROVEMENTS: + - 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 are safer and properly whitelists the commands required by vagrant-lxc to run. [[GH-272]] / [[GH-269]] [GH-269]: https://github.com/fgrehm/vagrant-lxc/issues/269 [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 ## [1.0.0.alpha.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.8.0...v1.0.0.alpha.1) (Apr 06, 2014)