TestNG-224: Fix for relative suite filenames in XML file

diff --git a/CHANGES.txt b/CHANGES.txt
index 9927b98..1a804c1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,6 @@
 5.8
 
+Fixed: TestNG-224: Fix for relative suite filenames in XML file
 Added: TestNG-213: @Optional on a method parameter to allow optional @Parameters
 Fixed: TestNG-214: SkipException and TimeBombSkipException should accept nested exceptions
 Fixed: TestNG-211: new Parser(inputStream) doesn't work