From 5a373b0125a221305e1627a085c05821a0fee689 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Tue, 23 Feb 2016 14:07:40 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a405fbb09..18cb51503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ IMPROVEMENTS: * core: Backend names are now down cased during `init` in the same manner as `remote config` [GH-5012] * core: Upgrade resource name validation warning to an error as planned [GH-5272] + * core: output "diffs didn't match" error details [GH-5276] * provider/aws: Add `is_multi_region_trail` option to CloudTrail [GH-4939] * provider/aws: Add support for HTTP(S) endpoints that auto confirm SNS subscription [GH-4711] * provider/aws: Add support for Tags to CloudTrail [GH-5135]