From 6d0dc0877b3dcb47089b02bb4236b15fcc709fd6 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Fri, 31 May 2013 19:28:51 -0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb4a324..e01d723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,7 +49,7 @@ BACKWARDS INCOMPATIBILITIES: - `start_opts` config was renamed to `customize`, please check the README for the expected parameters - V1 boxes are no longer supported - `target_rootfs_path` is no longer supported, just symlink `/var/lib/lxc` to the desired folder in case you want to point it to another partition - - Removed support for configuring private networks. It will come back at some point in the future but if you need it you should be able to set using `customize 'network.ipv4', '1.2.3.4'` + - Removed support for configuring private networks. It will come back at some point in the future but if you need it you should be able to set using `customize 'network.ipv4', '1.2.3.4/24'` IMPROVEMENTS: