From 659383618f36a4be1a2f1860acfd0db603177ade Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 2 Sep 2013 10:18:48 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29c35e889..41bed8dcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ IMPROVEMENTS: * builder/amazon: In `-debug` mode, the keypair used will be saved to the current directory so you can access the machine. [GH-373] * builder/amazon: In `-debug` mode, the DNS is outputted. +* builder/openstack: IPv6 addresses supported for SSH. [GH-379] * communicator/ssh: Support for private keys encrypted using PKCS8. [GH-376] * provisioner/chef-solo: You can now use user variables in the `json` configuration for Chef. [GH-362]