Skip to content

Commit

Permalink
v0.13.0 updated
Browse files Browse the repository at this point in the history
  • Loading branch information
s3b4stian committed Feb 19, 2017
1 parent 3c287fa commit 62299c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62299c9

Please sign in to comment.