diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-04-16 15:51:04 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-04-16 15:51:04 -0400 |
commit | a1d291e04777fb963c1ac76d0d77b3ff7fe0732b (patch) | |
tree | fd6df604b06c6edbcd0e56e24a1b41da413926b0 /sites/www | |
parent | 1b796861aad28572ba5c5dec529c3c4c906e6005 (diff) | |
parent | 9b2388cad56b803ef71d1f3c7523361ecdd16425 (diff) |
Merge branch '1.13'
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 16f3bb1d..c9b7bcaf 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +* :bug:`-` Added self.args for exception classes. Used for unpickling. Related + to (`Fabric #986 <https://github.com/fabric/fabric/issues/986>`_, `Fabric + #714 <https://github.com/fabric/fabric/issues/714>`_). Thanks to Alex + Plugaru. * :bug:`-` Fix logging error in sftp_client for filenames containing the '%' character. Thanks to Antoine Brenner. * :bug:`308` Fix regression in dsskey.py that caused sporadic signature |