From fd22ccc073f9de11c7a0f2259b7f11373603211d Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Mon, 6 Apr 2015 10:59:57 -0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4da2992..7ea2f4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,18 @@ ## [1.1.1](https://github.com/fgrehm/vagrant-lxc/compare/v1.1.0...master) (unreleased) +FEATURES: + - Support private networking using DHCP [GH-352] + +[GH-352]: https://github.com/fgrehm/vagrant-lxc/pull/352 + IMPROVEMENTS: - Move mountpoint creation to lxc template for lvm rootfs support [[GH-361]] / [[GH-359]] - Mount selinux sys dir read-only [[GH-357]] / [[GH-301]] + - Use correct ruby interpreter when generating sudoers file [[GH-355]] [GH-301]: https://github.com/fgrehm/vagrant-lxc/issues/301 +[GH-355]: https://github.com/fgrehm/vagrant-lxc/pull/355 [GH-357]: https://github.com/fgrehm/vagrant-lxc/pull/357 [GH-359]: https://github.com/fgrehm/vagrant-lxc/issues/359 [GH-361]: https://github.com/fgrehm/vagrant-lxc/pull/361