Skip to content

Commit a76d09c

Browse files
committed
Improve deprecation doc formatting
1 parent 1f52b1e commit a76d09c

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

RELEASE-NOTES.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,17 @@ Other breaking changes:
6363
* Added `Item::getStatements`
6464
* Added `Statement::getClaim`
6565

66+
#### Deprecations
67+
68+
* Deprecated `Entity::setId`
69+
* Deprecated `Entity::newClaim`
70+
* Deprecated `Entity::getAllSnaks`
71+
* Deprecated `Entity::getDiff` in favour of `EntityDiffer` and more specific differs
72+
* Deprecated `Item::getClaims` in favour of `Item::getStatements`
73+
6674
#### Other changes
6775

6876
* Undeprecated passing an integer to `Item::setId` and `Property::setId`
69-
* Deprecated `Entity::setId`, `Entity::newClaim`, `Entity::getAllSnaks` and `Entity::getDiff`
70-
* Deprecated `Item::getClaims` in favour of `Item::getStatements`
7177
* The FQN of `Statement` is now `Wikibase\DataModel\Statement\Statement`. The old FQN is deprecated.
7278

7379
## Version 0.9.1 (2014-08-26)

0 commit comments

Comments
 (0)