From ca7d8b63557e4450cbb155f2ba3325a38bf9ad79 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Tue, 26 Aug 2014 13:54:27 -0500 Subject: [PATCH] Updating CHANGELOG for ec2_lc/_elb_lb module param additions --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18aba525f4..e199e1563c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ New Modules: Some other notable changes: +* ec2_lc: added support for multiple new parameters like kernel_id, ramdisk_id and ebs_optimized. +* ec2_elb_lb: added support for the connection_draining_timeout and cross_az_load_balancing options. * support for symbolic representations (ie. u+rw) for file permission modes (file/copy/template modules etc.). * docker: Added support for specifying the net type of the container. * docker: support for specifying read-only volumes.