File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Version 3.0.0 (dev)
44
5- * ` ReferenceList::addNewReference ` and ` Statement::addNewReference ` support an array of Snaks now
5+ #### Breaking changes
6+
67* The concept of ` Claim ` is no longer modelled
78 * The `Claim` class itself has been removed, though `Claim` is now a temporary alias for `Statement`
89 * `Claim::RANK_TRUTH` have been removed
1920* Removed ` Claims::equals ` (and ` Claims ` no longer implements ` Comparable ` )
2021* Removed ` Claims::getHash ` (and ` Claims ` no longer implements ` Hashable ` )
2122* Removed ` Claims::isEmpty ` (you can use ` StatementList::isEmpty ` instead)
22- * Removed ` Claims::indexOf ` and added ` StatementList::getIndexByGuid `
23+ * Removed ` Claims::indexOf ` (you can use ` StatementList::getIndexByGuid ` instead)
24+
25+ #### Additions
26+
27+ * Added ` StatementList::getIndexByGuid `
28+ * ` ReferenceList::addNewReference ` and ` Statement::addNewReference ` support an array of Snaks now
2329
2430## Version 2.6.0 (2015-03-08)
2531
You can’t perform that action at this time.
0 commit comments