aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMathieu SEBIRE <msebire@users.noreply.github.com>2015-05-17 20:11:57 +0200
committerMathieu SEBIRE <msebire@users.noreply.github.com>2015-05-17 20:11:57 +0200
commit2a2b5bd16508c917e84e62157bf89924ddf60c1c (patch)
tree139c2da908e394159c1fab556cb28f8d646eb2ce /CHANGES.txt
parentf9baca06535476cacb322db5eff710d31b5199ff (diff)
downloadtestng-2a2b5bd16508c917e84e62157bf89924ddf60c1c.tar.gz
Update CHANGES.txt
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 5ff203db..81970311 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,10 @@
Current
+
+Fixed: GITHUB-691: Fix classloading issue when using TestNG 6.9.4 and JMockit. (Mathieu Sebire)
+
+6.9.4:
+2015/05/09
+
Added: GITHUB-631: Avoid the static limitation of external DataProvider. (Julien Herr)
Added: GITHUB-631: Allow to use Guice injection in DataProvider. (Julien Herr)
Added: Drop support of Java6 and previous.