summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2013-08-16 15:03:08 +1200
committerRobert Collins <robertc@robertcollins.net>2013-08-16 15:03:08 +1200
commit9e975e75689774b5605aa1b85eb1c9a00b43705d (patch)
tree0238ade939e10f5cb4fed85c50571eb8900ab43d /NEWS
parent573890f362bc2b23c05065a39cc528c8c91ca408 (diff)
downloadfixtures-9e975e75689774b5605aa1b85eb1c9a00b43705d.tar.gz
* ``FakePopen`` can now override the returncode attribute.
(Robert Collins)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c7b9656..bf62ddc 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,12 @@ fixtures release notes
NEXT
~~~~
+CHANGES
+-------
+
+* ``FakePopen`` can now override the returncode attribute.
+ (Robert Collins)
+
0.3.13
~~~~~~