Skip to content

Commit

Permalink
add Changelog for v1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xujiajun committed Oct 25, 2017
1 parent d0407a2 commit af2fbab
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 @@ -67,4 +67,8 @@
* Fixed bug when client for routerService dispatch

## v1.7.6 (2017-10-24)
* Fixed miss class load
* Fixed miss class load

## v1.7.7 (2017-10-25)
* Added routes multi resources as arr
* Fixed when use doctrine debugbar not regiter
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.6';
$this['version'] = 'v1.7.7';
$this['start_time'] = $start;
self::$instance = $this;
parent::__construct($values);
Expand Down

0 comments on commit af2fbab

Please sign in to comment.