diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aa8d38ee06..e6340bd793a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Ansible Changes By Release * Fix `win_script` to work with large arguments and removed uneeded function that produces errors and was not needed (https://github.com/ansible/ansible/pull/33855) +* Fix timeout when using piped ssh transfer with become + https://github.com/ansible/ansible/issues/34523