summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--dev-requirements.txt2
-rw-r--r--sites/www/changelog.rst7
2 files changed, 8 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 89d5f7f4..5744f331 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -6,4 +6,4 @@ invoke>=0.7.0
invocations>=0.5.0
sphinx>=1.1.3
alabaster>=0.3.1
-releases>=0.5.1
+releases>=0.5.2
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 5cd718eb..af4d9418 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,13 @@
Changelog
=========
+* :bug:`235` Improve string type testing in a handful of spots (e.g. ``s/if
+ type(x) is str/if isinstance(x, basestring)/g``.) Thanks to ``@ksamuel`` for
+ the report.
+* :release:`1.13.0 <2014-03-13>`
+* :release:`1.12.3 <2014-03-13>`
+* :release:`1.11.5 <2014-03-13>`
+* :release:`1.10.7 <2014-03-13>`
* :feature:`16` **Python 3 support!** Our test suite passes under Python 3, and
it (& Fabric's test suite) continues to pass under Python 2.