Skip to content

Commit fa9eb81

Browse files
committed
Complete release notes for 3.0
1 parent ffdfe54 commit fa9eb81

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

RELEASE-NOTES.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,20 @@
2929
* Removed previously deprecated `Entity::getAllSnaks`, use `StatementList::getAllSnaks` instead
3030
* Removed previously deprecated `EntityId::getPrefixedId`, use `EntityId::getSerialization` instead
3131
* `Reference` and `ReferenceList`s no longer can not be instantiated with `null`
32-
* Renamed `Claim\ClaimGuid` to `Statement\StatementGuid`, leaving a b/c alias in place
33-
* Renamed `Claim\ClaimGuidParser` to `Statement\StatementGuidParser`, leaving a b/c alias in place
34-
* Renamed `Claim\ClaimGuidParsingException` to `Statement\StatementGuidParsingException`, leaving a b/c alias in place
32+
* Added `setId` method to `EntityDocument`
3533

3634
#### Additions
3735

3836
* Added `StatementByGuidMap`
3937
* Added `StatementList::getFirstStatementByGuid`
4038
* `ReferenceList::addNewReference` and `Statement::addNewReference` support an array of Snaks now
4139

40+
#### Deprecations
41+
42+
* Renamed `Claim\ClaimGuid` to `Statement\StatementGuid`, leaving a b/c alias in place
43+
* Renamed `Claim\ClaimGuidParser` to `Statement\StatementGuidParser`, leaving a b/c alias in place
44+
* Renamed `Claim\ClaimGuidParsingException` to `Statement\StatementGuidParsingException`, leaving a b/c alias in place
45+
4246
## Version 2.6.1 (2015-04-25)
4347

4448
* Allow installation together with Diff 2.x.

0 commit comments

Comments
 (0)