summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-10-11 13:05:00 -0700
committerToshio Kuratomi <a.badger@gmail.com>2017-10-11 13:05:00 -0700
commit878ed2c079b331ef0c531e8dbedad0debdf22a38 (patch)
tree3493e76416d44e3a4b3e7dec4851675b33ece507
parent6cbdc17aa1e4c18d922d680fe01b0155d2a2d68e (diff)
downloadansible-878ed2c079b331ef0c531e8dbedad0debdf22a38.tar.gz
Add relative paths fix to changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 525e50ce4a..1667ccfb0d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -125,6 +125,7 @@ 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
<a id="2.4"></a>