Skip to content

Commit 0f3a39f

Browse files
committed
Update release notes
Merge sections as we have almost only breaking changes in this release. The addition of EntityDocument::equals is actually a breaking change because before this release the interface itself didn't contain the equals methods which would break any existing classes that implement EntityDocument.
1 parent 6bce548 commit 0f3a39f

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

RELEASE-NOTES.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,14 @@
22

33
## Version 5.0.0 (alpha)
44

5-
#### Breaking changes
6-
75
* Removed `Claims` class (deprecated since 1.0)
86
* Removed `getClaims` and `setClaims` from `Entity`, `Item` and `Property` (deprecated since 1.0)
97
* Removed `ReferenceList::removeDuplicates`
108
* `ReferenceList` no longer derives from `SplObjectStorage`, though still implements `Countable`
9+
* `ReferenceList` now implements `IteratorAggregate` and has a `toArray` method
1110
* Removed `HashableObjectStorage`
1211
* `Entity` no longer implements `Comparable`
13-
14-
#### Other changes
15-
1612
* Added `EntityDocument::equals`
17-
* `ReferenceList` now implements `IteratorAggregate` and has a `toArray` method
1813

1914
## Version 4.4.0 (2016-01-20)
2015

0 commit comments

Comments
 (0)