From faa41c29b1011abeb027fec8afb96b1ac0b2473e Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Thu, 25 Jun 2015 22:26:15 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f2a98d47..0f457e978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ IMPROVEMENTS: * core: HTTP remote state now accepts `skip_cert_verification` option to ignore TLS cert verification. [GH-2214] * core: S3 remote state now accepts the 'encrypt' option for SSE [GH-2405] + * core: `plan` now reports sum of resources to be changed/created/destroyed [GH-2458] * provider/aws: AutoScaling groups now support updating Load Balancers without recreation [GH-2472] * provider/aws: Allow more in-place updates for ElastiCache cluster without recreating