diff --git a/CHANGELOG.md b/CHANGELOG.md index e56a52b..52c3dbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ IMPROVEMENTS: BUG FIXES: - - Error out in case an invalid IPs are provided for forwarded ports [#170](https://github.com/fgrehm/vagrant-lxc/issues/170) + - Nicely handle blank strings provided to `:host_ip` when specifying forwarded ports [#170](https://github.com/fgrehm/vagrant-lxc/issues/170) - Fix "Permission denied" when starting/destroying containers after lxc security update in Ubuntu [#180](https://github.com/fgrehm/vagrant-lxc/issues/180) - Fix `vagrant package` [#172](https://github.com/fgrehm/vagrant-lxc/issues/172) @@ -19,6 +19,10 @@ BUG FIXES: ## [0.6.4](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.3...v0.6.4) (Oct 27, 2013) +FEATURES: + + - New script for building OpenMandriva base boxes [#167](https://github.com/fgrehm/vagrant-lxc/issues/167) + IMPROVEMENTS: - Make `lxc-template` compatible with Ubuntu 13.10 [#150](https://github.com/fgrehm/vagrant-lxc/issues/150)