Exemple #1
0
 /**
  * Returns the changelog list for each version of Grav
  *
  * @param string $diff the version number to start the diff from
  *
  * @return array return the changelog list for each version
  */
 public function getChangelog($diff = null)
 {
     return $this->remote->getChangelog($diff);
 }