From 979ef66dbcbdb136c6d3dfb0cf13e4a4831958b4 Mon Sep 17 00:00:00 2001 From: Jake Champlin Date: Mon, 22 May 2017 14:55:27 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2fbbf42c..49b74208c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ FEATURES: IMPROVEMENTS: * core/provider-split: Split out the Oracle OPC provider to new structure [GH-14362] +* core: Use environment variables to set VersionPrerelease at compile time [GH-14733] * provider/aws: Show state reason when EC2 instance fails to launch [GH-14479] * provider/aws: Show last scaling activity when ASG creation/update fails [GH-14480] * provider/aws: Add `tags` (list of maps) for `aws_autoscaling_group` [GH-13574]