summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-04-16 15:51:01 -0400
committerJeff Forcier <jeff@bitprophet.org>2014-04-16 15:51:01 -0400
commit30f6f98afd718daf7517b24cd9e85c218f482552 (patch)
tree289b59ab99ffd4aebfd42345ecfc4367ef2aaa86 /sites
parent6e9abc39cfff94e0dc36ebe6b939caa8d2eafee0 (diff)
Added self.args for exception classes. Used for unpickling
Related to fabric/fabric#986 and fabric/fabric#714 Conflicts: sites/www/changelog.rst
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index a7d9f93d..b84f7758 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.
* :support:`284` Add Python language trove identifiers to ``setup.py``. Thanks