From 584f69d0b35c1556a2ea81f6190e52d13a15bab0 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Thu, 16 Mar 2017 18:57:53 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01d59d9ba..de095a804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ BUG FIXES: * command/push: Detect local state and error properly [GH-12773] * provider/aws: Get the aws_lambda_function attributes when there are great than 50 versions of a function [GH-11745] * provider/aws: Correctly check for nil cidr_block in aws_network_acl [GH-12735] + * provider/aws: Stop setting weight property on route53_record read [GH-12756] * provider/google: Fix the Google provider asking for account_file input on every run [GH-12729]