Fixed NPE for inner classes.
diff --git a/CHANGES.txt b/CHANGES.txt
index 1a0d510..52d4a28 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,12 @@
 Current
 
+Fixed: NPE when using inner classes
+
+===========================================================================
+
+6.2
+08/18/2011
+
 Added: xmlpathinjar to the TestNG ant task
 Added: TestNG can now invoke package protected constructors
 Added: Injectors created by the @Guice annotation are now shared at the <test> level