We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9727286 commit 28993cbCopy full SHA for 28993cb
1 file changed
RELEASE-NOTES.md
@@ -52,6 +52,7 @@ Other breaking changes:
52
#### Additions
53
54
* Added `ClaimList`
55
+* Added `StatementList`
56
* Added `ClaimListDiffer`
57
* Added `PropertyDataTypeLookup` and trivial implementation `InMemoryDataTypeLookup`
58
* Added `PropertyNotFoundException`
@@ -65,6 +66,7 @@ Other breaking changes:
65
66
* Undeprecated passing an integer to `Item::setId` and `Property::setId`
67
* Deprecated `Entity::setId`, `Entity::newClaim` and `Entity::getAllSnaks`
68
* Deprecated `Item::getClaims` in favour of `Item::getStatements`
69
+* The FQN of `Statement` is now `Wikibase\DataModel\Statement\Statement`. The old FQN is deprecated.
70
71
## Version 0.9 (2014-08-15)
72
0 commit comments