diff --git a/reference/ds/ds.collection.xml b/reference/ds/ds.collection.xml
index 13b114c008..c0a82b0bee 100644
--- a/reference/ds/ds.collection.xml
+++ b/reference/ds/ds.collection.xml
@@ -31,8 +31,8 @@
Ds\Collection
- Traversable
Countable
+ IteratorAggregate
JsonSerializable
@@ -45,6 +45,29 @@
+
+ &reftitle.changelog;
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ PECL ds 1.4.0
+
+ Collection implements
+ IteratorAggregate now instead of just Traversable. (This change came to the polyfill in 1.4.1.)
+
+
+
+
+
+
+
&reference.ds.ds.entities.collection;