Hello, yesterday I updated php7.0-phalcon and I noticed a problem: If I try to use $this->getSnapshotData() in afterSave function, function returns NEW values, not OLD ones like it used to return until last update, which I consider normal behavior. If need new values i already have them in $this->column. How can I get old values snapshot in afterSave ? Thanks