aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorRyan Schmitt <rschmitt@pobox.com>2015-05-30 20:56:48 -0700
committerRyan Schmitt <rschmitt@pobox.com>2015-05-30 20:57:09 -0700
commitee9cb2e4ca4d632070c9a1bb5563f5c45f8aa24b (patch)
tree3f7aae4309bed7195737d608790d71d4ae31c874 /CHANGES.txt
parente575bf5b21ceecea99bf93be7eb2adbf781c58f4 (diff)
downloadtestng-ee9cb2e4ca4d632070c9a1bb5563f5c45f8aa24b.tar.gz
Update CHANGES.txt
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0d5b2600..fb774296 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,8 @@ Fixed: The ServiceLoaderTest on Windows (Mathieu Sebire)
Fixed: GITHUB-691: Fix classloading issue when using TestNG 6.9.4 and JMockit. (Mathieu Sebire)
Fixed: GITHUB-686: IAnnotationTransformer.transform is called for methods with testClass populated. (Ɓukasz Rekucki & Julien Herr)
Fixed: GITHUB-420: Before/AfterSuite methods may not run, when use inheritance, and enabled=false (Jakub Tokaj & Julien Herr)
+Fixed: GITHUB-697: Make addFailedInvocationNumber thread-safe (Ryan Schmitt)
+Fixed: GITHUB-698: Fix exit code reporting when IRetryAnalyzer is used (Ryan Schmitt)
Eclipse: