diff --git a/reference/mongo/book.xml b/reference/mongo/book.xml
index 462327ec87..e805a9a949 100644
--- a/reference/mongo/book.xml
+++ b/reference/mongo/book.xml
@@ -17,12 +17,7 @@
&reference.mongo.misc;
&reference.mongo.reference;
&reference.mongo.exceptions;
-
-
- &ChangelogListingTitle;
- &ChangelogListingDescription;
-
-
+ &reference.mongo.changelog;
diff --git a/reference/mongo/changelog.xml b/reference/mongo/changelog.xml
new file mode 100644
index 0000000000..5375c354dd
--- /dev/null
+++ b/reference/mongo/changelog.xml
@@ -0,0 +1,61 @@
+
+
+
+
+ &ChangelogListingTitle;
+ &ChangelogListingDescription;
+
+
+
+ MongoDB PHP Driver 1.3.0
+
+ The 1.3 series introduced several major changes to the extension such as
+ completely rewritten connection
+ handling (and removal of the pooling mechanism), support for
+ ReadPreferences and change the
+ default WriteConcerns to be
+ acknowledged by introducing a new class
+ MongoClient which serves as a
+ replacement class for the now deprecated Mongo class.
+
+
+ The driver now also supports connecting to multiple mongos instances (the
+ Mongo Shard router) for loadbalancing.
+
+
+ Other enhancements include improved logging for easier connection handling
+ debugging with MongoLog and support for the
+ Aggregation Framework
+ via the MongoCollection::aggregate method.
+
+
+
+
+ Changes to existing methods
+
+
+
+
+
+
+