diff --git a/reference/solr/solrclient/commit.xml b/reference/solr/solrclient/commit.xml
index 1c30172b53..5d2d61c1e3 100644
--- a/reference/solr/solrclient/commit.xml
+++ b/reference/solr/solrclient/commit.xml
@@ -90,6 +90,14 @@
+
+
+ 2.0.0
+
+ API Changed: SolrClient::commit ([ int $maxSegments = 0 [, bool $softCommit = false [, bool $waitSearcher = true[, bool $expungeDeletes = false ]]] )
+
+
+
0.9.2
@@ -97,14 +105,6 @@
$waitFlush: Block until index changes are flushed to disk.
-
-
- 2.0.0
-
- If q was invalid, then an
- SolrIllegalArgumentException is now thrown. Previously an error was emitted.
-
-