Fixed: TESTNG-195: @AfterMethod has no way of knowing if the current test failed
diff --git a/CHANGES.txt b/CHANGES.txt
index 0865a9f..42707f6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,7 @@
 ===========================================================================
 5.8.1
 
+Fixed: TESTNG-195: @AfterMethod has no way of knowing if the current test failed
 Added: @BeforeMethod can now declare Object[] as a parameter, which will be filled by the parameters of the test method
 Fixed: TESTNG-249: Overridden test methods were shadowing each other if specified with <include>
 Fixed: DataProviders from @Factory-created tests were all invoked from the same instance