Skip to content

Commit

Permalink
add Changelog for v1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xujiajun committed Oct 24, 2017
1 parent 51f77db commit 022171b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,7 @@

## v1.7.5 (2017-10-23)
* Fixed bug when client register kernel listener
* Fixed bug when client for routerService dispatch
* Fixed bug when client for routerService dispatch

## v1.7.6 (2017-10-24)
* Fixed miss class load
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.5';
$this['version'] = 'v1.7.6';
$this['start_time'] = $start;
self::$instance = $this;
parent::__construct($values);
Expand Down

0 comments on commit 022171b

Please sign in to comment.