From 9416d10ccc40d0beb733ad490b9557f6dacb7227 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Wed, 29 Jul 2015 14:48:04 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 073815d12..7d3a4f644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ IMPROVEMENTS: BUG FIXES: * core: Prevent error duplication in `apply` [GH-2815] + * core: Fix crash when a provider validation adds a warning [GH-2878] * provider/aws: Fix issue with toggling monitoring in AWS Instances [GH-2794] * provider/aws: Fix issue with Spot Instance Requests and cancellation [GH-2805] * provider/aws: Fix issue with checking for ElastiCache cluster cache node status [GH-2842]