From db473ed701f5a2e05ae239d383cacd942e275336 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 22 Apr 2015 08:39:02 +0200 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28c9a418c..2311ea5c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ IMPROVEMENTS: protect against accidents. [GH-1595] * provider/aws: `aws_instance` supports placement groups [GH-1358] * provider/aws: `aws_elb` supports in-place changing of listeners [GH-1619] + * provider/aws: `aws_elb` supports connecion draining settings [GH-1502] * provider/aws: `aws_route53_record` supports weighted sets [GH-1578] * provider/docker: `docker_container` can specify links [GH-1564] * provider/openstack: Floating IP support for LBaaS [GH-1550]