Skip to content

Commit

Permalink
add Changelog for v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xujiajun committed Oct 20, 2017
1 parent b2a5029 commit cabbc4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,9 @@

## v1.7.2 (2017-10-20)
* optimize ConfigService
* add cache command for route&config
* add cache command for route&config

## v1.7.3 (2017-10-20)
* Merge pull request #15 from akiyamaSM/patch-2
* Fixed when no app.yml file error
* move register debugbar code to WhoopsExceptionsHandler
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.2';
$this['version'] = 'v1.7.3';
$this['start_time'] = $start;
self::$instance = $this;
parent::__construct($values);
Expand Down

0 comments on commit cabbc4c

Please sign in to comment.