diff --git a/reference/mongo/mongocursor/batchsize.xml b/reference/mongo/mongocursor/batchsize.xml
index 339a9e22b7..ce6ef20557 100644
--- a/reference/mongo/mongocursor/batchsize.xml
+++ b/reference/mongo/mongocursor/batchsize.xml
@@ -90,14 +90,6 @@
-
- &reftitle.errors;
-
- Throws MongoCursorException if this cursor has
- started iterating.
-
-
-
&reftitle.examples;
@@ -142,6 +134,35 @@ $cursor->limit(30)->batchSize(7)
+
+
+ &reftitle.changelog;
+
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 1.4.5
+
+
+ Before 1.4.5, this method would throw an
+ MongoCursorException if the cursor had already
+ started iterating.
+
+
+
+
+
+
+
+
+