From 7a09375ae7cf90825f380e5d46cef58c8b355d99 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 11 Jan 2015 21:18:03 -0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee02cf9..f70003d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,18 @@ BACKWARDS INCOMPATIBILITIES: - - Support for Vagrant versions prior to 1.5 have been removed. + - Support for Vagrant versions prior to 1.5 have been removed. The plugin now targets + Vagrant 1.7+ but it _might_ work on 1.5+. + +FEATURES: + + - New experimental support for private networking [[GH-298]] / [[GH-120]]. + - Support for formatted overlayfs path [[GH-329]] + + +[GH-298]: https://github.com/fgrehm/vagrant-lxc/pull/298 +[GH-120]: https://github.com/fgrehm/vagrant-lxc/issues/120 +[GH-329]: https://github.com/fgrehm/vagrant-lxc/pull/329 IMPROVEMENTS: