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 | 9b2388cad56b803ef71d1f3c7523361ecdd16425 (patch) | |
tree | df928c043498cb14a7beba58306f96b9270099d3 /sites | |
parent | ba017e9e6c0fd870d37c83a4bba49c08c125a0ab (diff) | |
parent | 4947a726c14ae5ab0d4fc9e67a66cbabb770a9e9 (diff) |
Merge branch '1.12' into 1.13
Diffstat (limited to 'sites')
-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 25eaacf3..21ba6e12 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 |