summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-05-07 13:47:09 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-05-07 13:47:09 -0700
commit09e9d48db06b7e6eff090dc2cbbb94fef18a1b2c (patch)
treec7fa73eedc8d6ae12a741210d8d32fdce0fee15f /sites/www
parentec2460fb3c00648d0a161bcd5db34ca4777d2a6a (diff)
Cut 1.12.4
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 3f8fbdc7..524cf0dc 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,7 @@
Changelog
=========
+* :release:`1.12.4 <2014-05-07>`
* :release:`1.11.6 <2014-05-07>`
* :bug:`-` Added self.args for exception classes. Used for unpickling. Related
to (`Fabric #986 <https://github.com/fabric/fabric/issues/986>`_, `Fabric