Fixed: -groups and -excludegroups were no longer overriding testng.xml.
diff --git a/CHANGES.txt b/CHANGES.txt
index 82ce2a0..3057c6e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,7 @@
 Fixed: https://github.com/cbeust/testng/issues/57 Allow usage of package protected constructor of test classes
 Fixed: Injecting both Object[] and Method in @BeforeMethod didn't always work
 Fixed: testng-results.xml now lists the results chronologically
+Fixed: -groups and -excludegroups were no longer overriding testng.xml
 
 Eclipse: