summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-08-07 10:47:01 -0700
committerToshio Kuratomi <a.badger@gmail.com>2017-08-07 10:47:01 -0700
commitc8c4f91a0ce95d117dd22b5b58744fc375760338 (patch)
treeca9b758c154f0cb1dc0d5932bcc47123d3e60753
parent27c8952c2831dc006c9c18887a2b146afd47c72a (diff)
downloadansible-temp-staging-post-2.3.2.tar.gz
Add changelog entry for yum and rabbitmq fixestemp-staging-post-2.3.2
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59bcd3739a..d44ad59807 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,9 @@ Ansible Changes By Release
* Fix UnboundLocalError in check mode in cs_role module
* Fix to always use lowercase hostnames for host keys in known_hosts module
* Added missing return results for win_stat
+* Fix rabbitmq modules to give a helpful error if requests is not installed
+* Fix yum module not deleting rpms that it downloaded
+* Fix yum module failing with a URL to an rpm
<a id="2.3.2"></a>