From 87578049a09ce325f80f9beb95652c2b92b616be Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Thu, 1 Jun 2017 10:52:39 -0500 Subject: [PATCH] Updating CHANGELOG for final release --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46e0d919760..575829a7f08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ Ansible Changes By Release ========================== -## 2.3.1 "Ramble On" - TBD +## 2.3.1 "Ramble On" - 2017-06-01 ### Bugfixes +* Security fix for CVE-2017-7481 - data for lookup plugins used as variables was not being correctly marked as "unsafe". * Fix default value of fetch module's validate_checksum to be True * Added fix for "meta: refresh_connection" not working with default 'smart' connection. * Fix template so that the --diff command line option works when the destination is a directory