From 034fb5e0e4fdafe51b582a7a49d512624bb1e1f8 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 13 Feb 2012 14:27:50 -0800 Subject: [PATCH] Changelog re #559 --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 88c16b9903..550442cb1b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -25,6 +25,9 @@ would have also been included in the 1.2 line. Changelog ========= +* :feature:`559` `rsync_project `_ now + allows users to append extra SSH-specific arguments to ``rsync``'s ``--rsh`` + flag. * :feature:`138` :ref:`env.port ` may now be written to at fabfile module level to set a default nonstandard port number. Previously this value was read-only.