summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2011-08-22 11:26:43 +1200
committerRobert Collins <robertc@robertcollins.net>2011-08-22 11:26:43 +1200
commit884b72e3bb703024a01bf369bacf349bf4299418 (patch)
tree08310a87db4e1e7de43a6dd70cce12722f3a01c9 /NEWS
parenta1e8a04e70a6717f8e6d6eb42428422c8a92d934 (diff)
downloadfixtures-884b72e3bb703024a01bf369bacf349bf4299418.tar.gz
Extend TempDir to allow controlling the root directory.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5d9a27b..61abf87 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,11 @@ CHANGES:
* Python 3 now supported. (Jonathan Lange, #816665)
+* ``TempDir`` supports creating the temporary directory under a specific path.
+ An example of where this is useful would be if you have some specific long
+ lived temporary items and need to avoid running afoul of tmpreaper.
+ (Robert Collins, #830757)
+
* Updated to match the changed ``gather_details`` API in testtools. See #801027.
This is an incompatible change in testtools and requires testtools 0.9.12.
(Jonathan Lange)