Changes update.
diff --git a/CHANGES.txt b/CHANGES.txt
index 0bd62b0..d040176 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,8 @@
 Added: Big performance improvement when generating the reports (Frank Pavageau)
 Added: <dependencies> allows you to specify group dependencies in testng.xml
 Added: Blow up early if trying to include/exclude an unknown method
+Added: <parameters> can now be specified under <include> (Storm Qi)
+Fixed: The failed assertions now use [] as delimiters instead of <> (better for the HTML reports)
 Fixed: GITHUB-237: Wrong time format in XML reporter
 Fixed: Threads were started sequentially instead of being interleaved
 Fixed: dataProvider(parallel = true) was not killing its threads properly