Skip to content

Commit e76a9b7

Browse files
committed
Fix release version
1 parent 6e51b8b commit e76a9b7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

RELEASE-NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Wikibase DataModel release notes
22

3+
## Version 4.3 (dev)
4+
5+
* Added `isEmpty` to `EntityDocument`
6+
37
## Version 4.2 (2015-08-26)
48

59
* Added `EntityRedirect`

src/Entity/EntityDocument.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function setId( $id );
4646
* Returns if the entity has no content.
4747
* Having an id set does not count as having content.
4848
*
49-
* @since 4.2
49+
* @since 4.3
5050
*
5151
* @return bool
5252
*/

0 commit comments

Comments
 (0)