From 250ca5b88f8cf0bc704597e6e9c81efec3bc58fc Mon Sep 17 00:00:00 2001 From: James Nugent Date: Wed, 25 Nov 2015 21:11:10 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b85e32463..7b6d53a218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,13 @@ FEATURES: IMPROVEMENTS: * provider/cloudstack: Reduce the number of network calls required for common operations [GH-4051] + * provider/aws: Changing `publically_accessible` on an `aws_db_instance` will no longer force a new resource [GH-3895] BUG FIXES: * provider/aws: Fix a bug which could result in a panic when reading EC2 metadata [GH-4024] - * provisioner/chef: Fix issue with path separators breaking the Chef provisioner on Windows [GH-4041] * provider/aws: Fix issue recreating security group rule if it has been destroyed [GH-4050] + * provisioner/chef: Fix issue with path separators breaking the Chef provisioner on Windows [GH-4041] ## 0.6.7 (November 23, 2015)