Fixed: "Run as" menu not appearing for methods that take a generic parameter.
diff --git a/CHANGES.txt b/CHANGES.txt
index e690742..1794775 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -36,6 +36,7 @@
 Added: JUnit conversion: assertArrayEquals()
 Added: JUnit conversion: @RunWith(Parameterized.class)
 Added: Support for Hamcrest failed assertions in the compare dialog
+Fixed: "Run as" menu not appearing for methods that take a generic parameter.
 Fixed: The tree was incorrect if the same class is used in different <test> tags
 Fixed: When creating a new Run/Debug configuration, "Launch.label" was displayed
 Fixed: TESTNG-459: TestNG menu should not always be present in context menu (Mykola Nikishov)