We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc9de7 commit ffdfe54Copy full SHA for ffdfe54
1 file changed
RELEASE-NOTES.md
@@ -29,6 +29,9 @@
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`
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
35
36
#### Additions
37
0 commit comments