From cf82023a41bf86e5e9ff05461d240349fbc4542f Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 19 Jan 2017 12:31:44 -0500 Subject: [PATCH] added piped option entry to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aba7a42737..be9790b821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Ansible Changes By Release * default strategy is now configurable via ansible.cfg or environment variable. * Added 'ansible_playbook_python' which contains 'current python executable', it can be blank in some cases in which Ansible is not invoked via the standard CLI (sys.executable limitation). * ansible-doc now displays path to module +* added optional 'piped' transfer method to ssh plugin for when scp and sftp are missing ###Deprecations: * Specifying --tags (or --skip-tags) multiple times on the command line