We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e51b8b commit e76a9b7Copy full SHA for e76a9b7
2 files changed
RELEASE-NOTES.md
@@ -1,5 +1,9 @@
1
# Wikibase DataModel release notes
2
3
+## Version 4.3 (dev)
4
+
5
+* Added `isEmpty` to `EntityDocument`
6
7
## Version 4.2 (2015-08-26)
8
9
* Added `EntityRedirect`
src/Entity/EntityDocument.php
@@ -46,7 +46,7 @@ public function setId( $id );
46
* Returns if the entity has no content.
47
* Having an id set does not count as having content.
48
*
49
- * @since 4.2
+ * @since 4.3
50
51
* @return bool
52
*/
0 commit comments