From bbba052e8f7475f8ce19adc3450967e795d6c312 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Thu, 30 Jul 2015 09:12:36 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d3a4f644..7141ecd05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ IMPROVEMENTS: * provider/aws: Added `source_dest_check` attribute to the aws_network_interface [GH-2741] * provider/aws: Clean up externally removed Launch Configurations [GH-2806] * provider/aws: Compute private ip addresses of ENIs if they are not specified [GH-2743] + * provider/google: `account_file` is now expected to be JSON. Paths are still supported for + backwards compatibility. [GH-2839] BUG FIXES: