summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-10-25 23:47:57 -0700
committerToshio Kuratomi <a.badger@gmail.com>2017-10-25 23:47:57 -0700
commitafe7299f3696b5031e905c8e0be8a97de26d51f6 (patch)
treee7b1bbf47110b124c4ad4602feff72ab48d3aaee
parentb18706f23756f562763e0591eecf795be331a7b9 (diff)
downloadansible-temp-staging-post-2.4.1.tar.gz
Add more bugfixes to changelogtemp-staging-post-2.4.1
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f82e8a5bcc..dea761bf0b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -55,6 +55,10 @@ Ansible Changes By Release
(https://github.com/ansible/ansible/pull/31996)
* Fix win_chocolatey to respect case sensitivity in URLs:
(https://github.com/ansible/ansible/pull/31983)
+* Fix config_format json in the junos_facts module:
+ (https://github.com/ansible/ansible/pull/31818)
+* Allow the apt module's autoremove parameter to take effect in upgrades:
+ (https://github.com/ansible/ansible/pull/30747)
<a id="2.4.1"></a>