Skip to content

Commit 44cb49c

Browse files
committed
Update release notes
Removed dots form end of lines, we never did this in here
1 parent 96d0157 commit 44cb49c

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

RELEASE-NOTES.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@
22

33
## Version 5.0.0 (alpha)
44

5-
* Removed `Claims` class (deprecated since 1.0).
6-
* Removed `getClaims` and `setClaims` methods from `Entity`, `Item` and `Property` (deprecated since
7-
1.0).
8-
* Removed `HashableObjectStorage` class (deprecated since 4.4).
9-
* `ReferenceList` no longer derives from `SplObjectStorage`.
5+
* Removed `Claims` class (deprecated since 1.0)
6+
* Removed `getClaims` and `setClaims` methods from `Entity`, `Item` and `Property` (deprecated since 1.0)
7+
* Removed `HashableObjectStorage` class (deprecated since 4.4)
8+
* `ReferenceList` no longer derives from `SplObjectStorage`
109
* Removed `addAll`, `attach`, `contains`, `detach`, `getHash`, `getInfo`, `removeAll`,
11-
`removeAllExcept` and `setInfo` methods.
12-
* `ReferenceList` no longer implements `ArrayAccess`.
13-
* Removed `offsetExists`, `offsetGet`, `offsetSet` and `offsetUnset` methods.
14-
* `ReferenceList` no longer implements `Iterator`.
15-
* Removed `current`, `key`, `next`, `rewind` and `valid` methods.
16-
* `ReferenceList` now implements `IteratorAggregate`.
17-
* Added `getIterator` method.
18-
* Removed `ReferenceList::removeDuplicates`.
19-
* `ReferenceList::addReference` now throws an `InvalidArgumentException` for negative indices.
20-
* `EntityDocument` now implements `Comparable`.
10+
`removeAllExcept` and `setInfo` methods
11+
* `ReferenceList` no longer implements `ArrayAccess`
12+
* Removed `offsetExists`, `offsetGet`, `offsetSet` and `offsetUnset` methods
13+
* `ReferenceList` no longer implements `Iterator`
14+
* Removed `current`, `key`, `next`, `rewind` and `valid` methods
15+
* `ReferenceList` now implements `IteratorAggregate`
16+
* Added `getIterator` method
17+
* Removed `ReferenceList::removeDuplicates`
18+
* `ReferenceList::addReference` now throws an `InvalidArgumentException` for negative indices
19+
* `EntityDocument` now implements `Comparable`
20+
* Added `equals` method
21+
* Added `copy` to `EntityDocument`
2122

2223
## Version 4.4.0 (2016-01-20)
2324

0 commit comments

Comments
 (0)