Skip to content

Commit 4a73598

Browse files
committed
Update release notes to reflect current state of master
1 parent ae2e08f commit 4a73598

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

RELEASE-NOTES.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
11
# Wikibase DataModel release notes
22

3+
## Version 8.0.0 (dev)
4+
5+
#### Breaking changes
6+
* `Item:setId` as well as `Property::setId` do not accept integers any more.
7+
* Removed `Item::getSiteLinks` and `Item::hasSiteLinks`.
8+
* `RepositoryNameAssert` now also disallows periods, in addition to colons.
9+
10+
#### Other changes
11+
* Un-deprecated several sitelink related shortcuts from `Item`: `addSiteLink`, `getSiteLink`,
12+
`hasLinkToSite`, and `removeSiteLink`.
313

414
## Version 7.1.0 (2017-09-01)
515

6-
* Changed `EntityIdValue::getArrayValue` to allow it handle foreign entity IDs and entity IDs that do not have a numeric representation
16+
* Changed `EntityIdValue::getArrayValue` to allow it handle foreign entity IDs and entity IDs that
17+
do not have a numeric representation.
18+
* Fixed exception handling in `EntityIdValue` not always forwarding the full stack trace.
19+
* Deprecated `EntityIdValue::newFromArray`
720
* Deprecated `StatementGuid::getSerialization`
21+
* Improved documentation of `EntityDocument::isEmpty`
822
* Removed MediaWiki integration files
923

1024
## Version 7.0.0 (2017-03-15)

0 commit comments

Comments
 (0)