summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c31b8dd..b4b6a33 100644
--- a/NEWS
+++ b/NEWS
@@ -49,8 +49,8 @@ IN DEVELOPMENT
* ResourcedTestCase will now look for resources in the 'resources'
attribute, rather than the '_resources' attribute. (Jonathan Lange)
- * TestResource subclasses should override makeResource and cleanResource
- where they previously overrode _makeResource and _cleanResource.
+ * TestResource subclasses should override 'make' and 'clean' where they
+ previously overrode '_makeResource' and '_cleanResource'.
(Jonathan Lange)
INTERNALS: