summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-10-11 17:32:53 -0700
committerToshio Kuratomi <a.badger@gmail.com>2017-10-11 17:32:53 -0700
commit0743b577b70c97823e9d48ec0d2fb4b00250fcbc (patch)
tree7b45280d1404ad429717e03c45ab79d6e5a20914
parent0aa1442c919da7894311d4a5acb4d6e26102ce3c (diff)
downloadansible-0743b577b70c97823e9d48ec0d2fb4b00250fcbc.tar.gz
Add dynamic includes fix to changelog
-rw-r--r--CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd3febdfca..e3bf2f854b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -125,8 +125,9 @@ Ansible Changes By Release
* Improved error messaging for Windows become/runas when username is bogus (https://github.com/ansible/ansible/pull/31551)
* Fix rollback feature in junos_config to now allow configuration rollback on device (https://github.com/ansible/ansible/pull/31424)
* Remove command executed log from ansible-connection (https://github.com/ansible/ansible/pull/31581)
-* Fix relative paths to be relative to config file when there is no playbook available
-* Fix Inventory plugins to use the configured inventory plugin path
+* Fix relative paths to be relative to config file when there is no playbook available (https://github.com/ansible/ansible/issues/31533)
+* Fix Inventory plugins to use the configured inventory plugin path (https://github.com/ansible/ansible/issues/31605)
+* Fix include task to be dynamic (https://github.com/ansible/ansible/issues/31593)
<a id="2.4"></a>