Skip to content

Commit 2df96fa

Browse files
committed
Update release notes
1 parent 988f427 commit 2df96fa

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

RELEASE-NOTES.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@
44

55
* Removed `Claims` class (deprecated since 1.0)
66
* Removed `getClaims` and `setClaims` from `Entity`, `Item` and `Property` (deprecated since 1.0)
7+
* Removed `HashableObjectStorage` class (deprecated since 4.4)
78
* Removed `ReferenceList::removeDuplicates`
8-
* `ReferenceList` no longer derives from `SplObjectStorage`, though still implements `Countable` and `Traversable`
9-
* `ReferenceList` now implements `IteratorAggregate`
9+
* `ReferenceList` no longer derives from `SplObjectStorage`
10+
* Removed `attach`, `detach`, `contains`, `addAll`, `removeAll`,
11+
`removeAllExcept`, `getInfo`, `setInfo` and `getHash`
12+
* `ReferenceList` no longer implements `Iterator`
13+
* Removed `current`, `key`, `next`, `rewind` and `valid`
14+
* `ReferenceList` no longer implements `ArrayAccess`
15+
* Removed `offsetExists`, `offsetGet`, `offsetSet` and `offsetUnset`
16+
* `ReferenceList` still implements `Countable`, `Traversable` and `Serializable`
17+
* `ReferenceList` now implements `IteratorAggregate`
18+
* Method `getIterator` was added
1019
* `ReferenceList::addReference` now throws an `InvalidArgumentException` for negative indices
11-
* Removed `HashableObjectStorage`
1220
* `Entity` no longer implements `Comparable`
1321
* Added `EntityDocument::equals`
1422

0 commit comments

Comments
 (0)