Add documentation
diff --git a/CHANGES.txt b/CHANGES.txt
index 6c20b72..2876950 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,6 @@
 Current
+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.
 Added: GITHUB-617: Allow injection of org.testng.ITestContext into the guice parent module. (Julien Herr)
 Fixed: RetryAnalyzer loops endlessly. (Krishnan Mahadevan)
diff --git a/doc/documentation-main.html b/doc/documentation-main.html
index 0f22c1c..251ec4e 100644
--- a/doc/documentation-main.html
+++ b/doc/documentation-main.html
@@ -1248,6 +1248,8 @@
 }
 </pre>
 
+The data provider supports injection too, but only field one. TestNG will use the test context for the injection.
+
 The Data Provider method can return one of the following two types:
 
 <ul>