We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbca858 commit ef2f716Copy full SHA for ef2f716
1 file changed
RELEASE-NOTES.md
@@ -2,13 +2,18 @@
2
3
## Version 5.0.0 (alpha)
4
5
+#### Breaking changes
6
+
7
* Removed `Claims` class (deprecated since 1.0)
8
* Removed `getClaims` and `setClaims` from `Entity`, `Item` and `Property` (deprecated since 1.0)
9
* Removed `ReferenceList::removeDuplicates`
10
* `ReferenceList` no longer derives from `SplObjectStorage`, though still implements `Countable`
- * `ReferenceList` now implements `IteratorAggregate` and has a `toArray` method
11
* Removed `HashableObjectStorage`
12
13
+#### Other changes
14
15
+* `ReferenceList` now implements `IteratorAggregate` and has a `toArray` method
16
17
## Version 4.4.0 (2016-01-20)
18
19
* Added `ItemIdParser`
0 commit comments