From 4efb44307be87fb6741f97f3c2626c1a3229882c Mon Sep 17 00:00:00 2001 From: James Nugent Date: Tue, 1 Dec 2015 12:23:09 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8d78fdd22fb..6f5caa3067c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ IMPROVEMENTS: BUG FIXES: * core: Fix a bug which prevented HEREDOC syntax being used in lists [GH-4078] + * core: Fix a bug which prevented HEREDOC syntax where the anchor ends in a number [GH-4128] * provider/aws: Fix a bug which could result in a panic when reading EC2 metadata [GH-4024] * provider/aws: Fix issue recreating security group rule if it has been destroyed [GH-4050] * provider/aws: Fix issue where SPF records in Route 53 could show differences with no modification to the configuration [GH-4108]