summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2012-08-28 23:58:16 +1200
committerRobert Collins <robertc@robertcollins.net>2012-08-28 23:58:16 +1200
commitcc2c7448d10c8f9fb83dc506ce04aaaab8e38269 (patch)
tree8635d7768538e18b54c77260a6222baf3272f006 /NEWS
parent6cec2cf6609b1ecef6f285154f69a2b879a1074a (diff)
downloadfixtures-cc2c7448d10c8f9fb83dc506ce04aaaab8e38269.tar.gz
* Factor out new ``CallMany`` class to isolate the cleanup logic.
(Robert Collins)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a994487..e132091 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ CHANGES:
* Add ``join`` method to ``TempDir`` to more readily get paths relative
to a temporary directory. (Jonathan Lange)
+* Factor out new ``CallMany`` class to isolate the cleanup logic.
+ (Robert Collins)
+
0.3.9
~~~~~