diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d16aa59..800233d8 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ * add new public function `flushAll()` * add new public function `purge(string $directory)` * add new public function `purgeAll()` - * change return type for methods `save()`, `delete()` from void too bool. + * add new events `onCacheBeforePurgeAll`, `onCacheAfterPurgeAll`, `onCacheBeforePurge`, `onCacheAfterPurge` * **core** New Media API for work with media uploads. @@ -242,6 +242,7 @@ * **core:** remove Date Component from the system. * **core:** remove Text Component from the system. * **cache:** removed methods clear() and clearAll(), use purge() and purgeAll() instead. +* **cache:** change return type for methods `save()`, `delete()` from void too bool. # [0.9.8](https://github.com/flextype/flextype/compare/v0.9.7...v0.9.8) (2020-05-14)