Skip to content

Commit 4a6add8

Browse files
committed
Update RELEASE-NOTES.md
[skip ci]
1 parent 2539654 commit 4a6add8

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
@@ -2,7 +2,8 @@
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
@@ -19,7 +20,12 @@
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

0 commit comments

Comments
 (0)