Skip to content

Commit 0435f7d

Browse files
committed
Update release notes
1 parent 5b9c03a commit 0435f7d

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

RELEASE-NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Version 4.4.0 (dev)
44

55
* Added `ItemIdParser`
6+
* Added `ReferenceList::isEmpty`
67

78
## Version 4.3.0 (2015-09-02)
89

src/ReferenceList.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ public function unserialize( $data ) {
243243
}
244244

245245
/**
246+
* @since 4.4
247+
*
246248
* @return bool
247249
*/
248250
public function isEmpty() {

0 commit comments

Comments
 (0)