summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-09-22 15:33:13 -0700
committerToshio Kuratomi <a.badger@gmail.com>2017-09-22 15:33:13 -0700
commit93559a7faf24204414ad8c95d4860782488adb2d (patch)
treea0ec9eb8d0317bce024df1a8c14f8877c28d7947
parent4afe8ed2ef58d5cc3c434cfe0d8ca0ce1228cacd (diff)
downloadansible-93559a7faf24204414ad8c95d4860782488adb2d.tar.gz
Add ssh path fix to changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4fe97c56e7..4784e906e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,6 +36,7 @@ Ansible Changes By Release
* Fix for win_power_plan to compare the OS version's correctly and work on Windows 10/Server 2016
* Fix module doc for typo in telnet command option
* Fix OpenBSD pkg_mgr fact (https://github.com/ansible/ansible/issues/30623)
+* Fix encoding error when there are nonascii values in the path to the ssh binary
<a id="2.4"></a>