Sets the tracked changes for the Definition object.
array $changes An array of changes for this Definition:
$this
public function setChanges(array $changes) : static { $this->changes = $changes; return $this; }