summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Lange <jml@canonical.com>2011-07-27 01:06:44 +0100
committerJonathan Lange <jml@canonical.com>2011-07-27 01:06:44 +0100
commit54a8f17e1e7a555977109cb3645dce941ec5b553 (patch)
treebc6297cc19ca0d0d5c16affbfa0030f22f71185f
parent2a9a0cd1053cb23405fc9a10a8fe0615d5f4119b (diff)
downloadfixtures-54a8f17e1e7a555977109cb3645dce941ec5b553.tar.gz
NEWS & README.
-rw-r--r--NEWS7
-rw-r--r--README2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 20f2b06..c07f199 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,13 @@ fixtures release notes
IN DEVELOPMENT
~~~~~~~~~~~~~~
+CHANGES:
+
+* Python 3 now supported. (Jonathan Lange, #816665)
+
+* Updated to match the changed ``gather_details`` API in testtools. See #801027.
+ (Jonathan Lange)
+
0.3.6
~~~~~
diff --git a/README b/README
index 38f0183..35a0ca3 100644
--- a/README
+++ b/README
@@ -28,7 +28,7 @@ Dependencies
* Python 2.4+
This is the base language fixtures is written in and for.
-* testtools <https://launchpad.net/testtools> 0.9.8 or newer.
+* testtools <https://launchpad.net/testtools> 0.9.12 or newer.
testtools provides helpful glue functions for the details API used to report
information about a fixture (whether its used in a testing or production
environment).