Updated with contributor name.
diff --git a/CHANGES.txt b/CHANGES.txt
index 4f1ce53..86ddfe1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,7 +4,7 @@
 Added: timeOut for configuration methods
 Added: -randomizesuites (Nalin Makar)
 Added: IConfigurable
-Fixed: TESTNG-468: Listeners defined in suite XML file are ignored
+Fixed: TESTNG-468: Listeners defined in suite XML file are ignored (Michael Benz)
 Fixed: TESTNG-465: Guice modules are bound individually to an injector meaning that multiple modules can't be effectively used (Danny Thomas)
 Fixed: Throw an error when two data providers have the same name
 Fixed: Better handling of classes that don't have any TestNG annotations