We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5859771 commit 08e3efbCopy full SHA for 08e3efb
1 file changed
RELEASE-NOTES.md
@@ -1,18 +1,19 @@
1
# Wikibase DataModel release notes
2
3
-## Version 7.0.0
+## Version 7.0.0 (dev)
4
5
-* Removed `FingerprintHolder`.
+* Removed `FingerprintHolder`
6
7
## Version 6.3.1 (2016-11-30)
8
9
-* Fixed `ItemId` and `PropertyId` to allow calling getNumericId on foreign entity ids.
+* `ItemId::getNumericId` and `PropertyId::getNumericId` no loner throw exceptions for foreign entity ids
10
11
## Version 6.3.0 (2016-11-03)
12
13
* Added `RepositoryNameAssert` class
14
15
## Version 6.2.0 (2016-10-14)
16
+
17
* Raised minimum PHP version to 5.5
18
* Added basic support for foreign EntityIds
19
* Added `isForeign`, `getRepository` and `getLocalPart` to `EntityId`
0 commit comments