From f52df5df1469733af4e6f81c72ed5f90e98f1e7f Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Mon, 6 Apr 2015 10:54:36 -0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8587dc..4da2992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ IMPROVEMENTS: - - Move mountpoint creation to lxc template for lvm rootfs support [[GH-361]] + - Move mountpoint creation to lxc template for lvm rootfs support [[GH-361]] / [[GH-359]] + - Mount selinux sys dir read-only [[GH-357]] / [[GH-301]] +[GH-301]: https://github.com/fgrehm/vagrant-lxc/issues/301 +[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 ## [1.1.0](https://github.com/fgrehm/vagrant-lxc/compare/v1.0.1...1.1.0) (Jan 14, 2015)