summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-04-16 15:51:04 -0400
committerJeff Forcier <jeff@bitprophet.org>2014-04-16 15:51:04 -0400
commit4947a726c14ae5ab0d4fc9e67a66cbabb770a9e9 (patch)
tree19ea06ade26921738b448e5d9798c2c63308ec4f /sites/www
parenta0b2ae293ffedcad45883e8a4d04fc067f919d15 (diff)
parent30f6f98afd718daf7517b24cd9e85c218f482552 (diff)
Merge branch '1.11' into 1.12
Diffstat (limited to 'sites/www')
-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 5f90614b..443d18f4 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