diff --git a/CHANGELOG.md b/CHANGELOG.md index f53a7bbf..3b23b05e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [v0.13.0](https://github.com/s3b4stian/linna-framework/compare/v0.12.0...v0.13.0) - 2017-XX-XX ### Added -* `Linna\Http\FrontController` now can execute methods before and after main controller required action when run a controller -* When extend `Linna\Mvc\Controller` it's possible declare before() and after() methods +* `Linna\Http\FrontController` can execute actions before and after main controller action +* When extend `Linna\Mvc\Controller` it's possible declare global before() and after() valid for all controller actions +* When extend `Linna\Mvc\Controller` it's possible declare specific before() and after() methods for one controller action ### Fixed * Abstract methods in `Linna\DI\ArrayAccessTrait` and `Linna\DI\PropertyAccessTrait` undeclared arguments