diff --git a/changes.xml b/changes.xml
index 155bc50..e566749 100644
--- a/changes.xml
+++ b/changes.xml
@@ -62,6 +62,10 @@
xmllistener will now log the properties of the project under
test
+
Asserts that a resource's content doesn't include a given string.
+ +| Attribute | +Description | +Required | +
| resource | +Location of the resource to load. | +Yes | +
| value | +The text to search for. | +Yes | +
| casesensitive | ++ Perform a case sensitive match. + Default is true. + | +No. | +
| message | +Message for the exception if the condition + doesn't hold true. Defaults to "Didn't expect resource + 'resource' to contain value 'value' but + was 'content of resource'". | +No. | +