From 96532c4f112e8b020a96b57041bf0a6e0914dc5c Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Fri, 19 May 2017 16:01:26 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a95dcde1..d59dfcbb92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,7 @@ BUG FIXES: * core: Fixed 0.9.5 regression with the conditional operator `.. ? .. : ..` failing to type check with unknown/computed values [GH-14454] * core: Fixed 0.9 regression causing issues during refresh when adding new data resource instances using `count` [GH-14098] * core: Fixed crasher when populating a "splat variable" from an empty (nil) module state. [GH-14526] +* provider/aws: Allow updating constraints in WAF SizeConstraintSet + no constraints [GH-14661] * provider/aws: Increase EIP update timeout [GH-14381] * provider/aws: Increase timeout for creating security group [GH-14380] * provider/aws: Increase timeout for (dis)associating IPv6 addr to/from subnet [GH-14401]