Skip to content

Commit 7bc9de7

Browse files
committed
Improve rel notes formatting
1 parent b26b8b9 commit 7bc9de7

1 file changed

Lines changed: 17 additions & 16 deletions

File tree

RELEASE-NOTES.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,23 @@
1212
* Removed `ClaimList`
1313
* Removed `ClaimListAccess`
1414
* Removed `addClaim`, `hasClaims` and `newClaim` from all entity classes
15-
* `Claims::addClaim` no longer supports setting an index
16-
* Removed `Claims::getBestClaims` (you can use `StatementList::getBestStatements` instead)
17-
* Removed `Claims::getByRank` and `Claims::getByRanks` (you can use `StatementList::getWithRank` instead)
18-
* Removed `Claims::getMainSnaks` (you can use `StatementList::getMainSnaks` instead)
19-
* Removed `Claims::getClaimsForProperty` (you can use `StatementList::getWithPropertyId` instead)
20-
* Removed `Claims::getHashes`
21-
* Removed `Claims::getGuids`
22-
* Removed `Claims::equals` (and `Claims` no longer implements `Comparable`)
23-
* Removed `Claims::getHash` (and `Claims` no longer implements `Hashable`)
24-
* Removed `Claims::hasClaim`
25-
* Removed `Claims::isEmpty` (you can use `StatementList::isEmpty` instead)
26-
* Removed `Claims::indexOf`, use `StatementList::getFirstStatementByGuid` or `StatementByGuidMap` instead
27-
* Removed `Claims::removeClaim`
28-
* Removed `Entity::getAllSnaks`, use `StatementList::getAllSnaks` instead
29-
* Removed `EntityId::getPrefixedId`, use `EntityId::getSerialization` instead
30-
* `Reference`s and `ReferenceList`s can not be instantiated with `null` any more
15+
* Phasing out of `Claims`
16+
* `Claims::addClaim` no longer supports setting an index
17+
* Removed `Claims::getBestClaims` (you can use `StatementList::getBestStatements` instead)
18+
* Removed `Claims::getByRank` and `Claims::getByRanks` (you can use `StatementList::getWithRank` instead)
19+
* Removed `Claims::getMainSnaks` (you can use `StatementList::getMainSnaks` instead)
20+
* Removed `Claims::getClaimsForProperty` (you can use `StatementList::getWithPropertyId` instead)
21+
* Removed `Claims::getHashes`
22+
* Removed `Claims::getGuids`
23+
* Removed `Claims::equals` (and `Claims` no longer implements `Comparable`)
24+
* Removed `Claims::getHash` (and `Claims` no longer implements `Hashable`)
25+
* Removed `Claims::hasClaim`
26+
* Removed `Claims::isEmpty` (you can use `StatementList::isEmpty` instead)
27+
* Removed `Claims::indexOf`, use `StatementList::getFirstStatementByGuid` or `StatementByGuidMap` instead
28+
* Removed `Claims::removeClaim`
29+
* Removed previously deprecated `Entity::getAllSnaks`, use `StatementList::getAllSnaks` instead
30+
* Removed previously deprecated `EntityId::getPrefixedId`, use `EntityId::getSerialization` instead
31+
* `Reference` and `ReferenceList`s no longer can not be instantiated with `null`
3132

3233
#### Additions
3334

0 commit comments

Comments
 (0)