Skip to content

Commit 11b1578

Browse files
committed
Readme style
1 parent 84e3073 commit 11b1578

1 file changed

Lines changed: 23 additions & 10 deletions

File tree

RELEASE-NOTES.md

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,32 @@
55
This release removes integers as acceptable entity IDs.
66

77
#### Breaking changes
8-
* `Item::setId` and `Property::setId` do not accept integers any more.
9-
* Removed `Item::getSiteLinks` and `Item::hasSiteLinks`.
10-
* Removed `HashArray`.
11-
* `SnakList` does not extend `HashArray` any more. This removes the following public and protected
12-
methods, or makes them private: `addElement`, `getByElementHash`, `getNewOffset`, `getObjectType`,
13-
`hasElement`, `hasElementHash`, `hasValidType`, `preSetElement`, `removeByElementHash`,
14-
`removeElement`, and `setElement`.
15-
* Added periods to the list of disallowed characters in `RepositoryNameAssert`.
8+
9+
* `Item::setId` and `Property::setId` no longer accept integers
10+
* Removed `Item::getSiteLinks` and `Item::hasSiteLinks`
11+
* Removed `HashArray`
12+
* `SnakList` no longer extends `HashArray` and no longer has these public and protected methods:
13+
* `addElement`
14+
* `getByElementHash`
15+
* `getNewOffset`
16+
* `getObjectType`
17+
* `hasElement`
18+
* `hasElementHash`
19+
* `hasValidType`
20+
* `preSetElement`
21+
* `removeByElementHash`
22+
* `removeElement`
23+
* `setElement`
24+
* Added periods to the list of disallowed characters in `RepositoryNameAssert`
1625
* `EntityDocument` now extends `ClearableEntity`
1726

1827
#### Other changes
19-
* Un-deprecated several sitelink related shortcuts from `Item`: `addSiteLink`, `getSiteLink`,
20-
`hasLinkToSite`, and `removeSiteLink`.
28+
29+
* Un-deprecated several sitelink related shortcuts from `Item`:
30+
* `addSiteLink`
31+
* `getSiteLink`
32+
* `hasLinkToSite`
33+
* `removeSiteLink`
2134

2235
## Version 7.5.0 (2018-05-02)
2336

0 commit comments

Comments
 (0)