From 6266eef652f4d6d664608be37822b31244fd7fb4 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Fri, 19 May 2017 17:59:50 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f61d7daa43..7e89f8236f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,7 @@ BUG FIXES: * core: Fixed crasher when populating a "splat variable" from an empty (nil) module state. [GH-14526] * core: fix bad Sprintf in backend migration message [GH-14601] * provider/aws: Allow updating constraints in WAF SizeConstraintSet + no constraints [GH-14661] +* provider/aws: Allow updating tuples in WAF SQLInjectionMatchSet + no tuples [GH-14667] * 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]