Skip to content

Commit ef2f716

Browse files
committed
Separate breaking and other changes
1 parent cbca858 commit ef2f716

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

RELEASE-NOTES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22

33
## Version 5.0.0 (alpha)
44

5+
#### Breaking changes
6+
57
* Removed `Claims` class (deprecated since 1.0)
68
* Removed `getClaims` and `setClaims` from `Entity`, `Item` and `Property` (deprecated since 1.0)
79
* Removed `ReferenceList::removeDuplicates`
810
* `ReferenceList` no longer derives from `SplObjectStorage`, though still implements `Countable`
9-
* `ReferenceList` now implements `IteratorAggregate` and has a `toArray` method
1011
* Removed `HashableObjectStorage`
1112

13+
#### Other changes
14+
15+
* `ReferenceList` now implements `IteratorAggregate` and has a `toArray` method
16+
1217
## Version 4.4.0 (2016-01-20)
1318

1419
* Added `ItemIdParser`

0 commit comments

Comments
 (0)