From ed9c661000bbfdfa6c02a77375c1bdaf1f9be9c4 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 19 Apr 2016 09:53:01 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2a2cebf3..6c2b25c71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ IMPROVEMENTS: * command/apply: Output will now show periodic status updates of slow resources. [GH-6163] * core: Variables passed between modules are now type checked [GH-6185] + * core: Smaller release binaries by stripping debug information [GH-6238] * provider/aws: Add support for Step Scaling in `aws_autoscaling_policy` [GH-4277] * provider/aws: Add support for `cname_prefix` to `aws_elastic_beanstalk_environment` resource [GH-5966] * provider/aws: Add support for trigger_configuration to `aws_codedeploy_deployment_group` [GH-5599]