From 81e4fa2a2e11d88264d6658a501c468a2c7d3e08 Mon Sep 17 00:00:00 2001 From: Ryan Brown Date: Mon, 6 Mar 2017 17:23:47 -0500 Subject: [PATCH] Add changelog entry for Lambda module updates (#22327) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad82a8da621..78883c8100f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ Ansible Changes By Release * added optional 'piped' transfer method to ssh plugin for when scp and sftp are missing * default controlpersist path is now a custom hash of host-port-user to avoid the socket path length errors for long hostnames * Various fixes for Python3 compatibility +* The AWS Lambda module previously ignored changes that only affected one parameter. Existing deployments may have outstanding changes that this bugfix will apply. ###Deprecations: * Specifying --tags (or --skip-tags) multiple times on the command line