From e3b8ead93bff92d9cdc32244f821be737386be88 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 2 Feb 2014 18:08:13 -0200 Subject: [PATCH] Mention support for naming containers from Vagrantfiles on changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2b907f..67030d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [0.8.0](https://github.com/fgrehm/vagrant-lxc/compare/v0.7.0...master) (unreleased) +FEATURES: + + - Support for naming containers from Vagrantfiles [#132](https://github.com/fgrehm/vagrant-lxc/issues/132) + BUG FIXES: - Properly detect if lxc is installed on hosts that do not have `lxc-version` on their paths [#186](https://github.com/fgrehm/vagrant-lxc/issues/186)