Skip to content

Commit

Permalink
add Changelog for v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xujiajun committed Oct 20, 2017
1 parent bc1c680 commit 5e620ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,8 @@
* clean code for kernel Listener && remove business logic Listeners (src/Framework/Listener/MailListener.php、src/Framework/Listener/MiddlewareListener.php)

## v1.7.1 (2017-10-17)
* add register kernel listeners&&ServiceProvider wrapper
* add register kernel listeners&&ServiceProvider wrapper

## v1.7.2 (2017-10-20)
* optimize ConfigService
* add cache command for route&config
2 changes: 1 addition & 1 deletion src/Framework/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Kernel extends Container
public function __construct(array $values = [])
{
$start = microtime(true);
$this['version'] = 'v1.7.1';
$this['version'] = 'v1.7.2';
$this['start_time'] = $start;
self::$instance = $this;
parent::__construct($values);
Expand Down

0 comments on commit 5e620ba

Please sign in to comment.