Components_Release_Notes::hasNotes PHP Method

hasNotes() public method

Does the current component come with release notes?
public hasNotes ( ) : boolean
return boolean True if release notes are available.
    public function hasNotes()
    {
        return !empty($this->_notes['changes']);
    }