From 03907eeb6243255ce107ea54006e3cea4c8f0ad8 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Thu, 13 Mar 2014 23:10:41 -0300 Subject: [PATCH] Note GH-251 and GH-253 on CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8af655..d312da3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,16 @@ DEPRECATIONS: IMPROVEMENTS: + - Set container utsname to configured hostname by default [[GH-253]] + - Added libvirt dnsmasq leases file to the lookup paths [[GH-251]] - Acceptance specs are now powered by `vagrant-spec` [[GH-213]] - Improved compatibility with Vagrant 1.4 / 1.5 including the ability to use `rsync` and `nfs` shared folders to work around synced folders permission problems. More information can be found on the following issues: [[GH-151]] [[GH-191]] [[GH-241]] [[GH-242]] +[GH-251]: https://github.com/fgrehm/vagrant-lxc/pull/251 +[GH-253]: https://github.com/fgrehm/vagrant-lxc/pull/253 [GH-151]: https://github.com/fgrehm/vagrant-lxc/issues/151 [GH-213]: https://github.com/fgrehm/vagrant-lxc/issues/213 [GH-191]: https://github.com/fgrehm/vagrant-lxc/issues/191