Skip to content

Commit 022171b

Browse files
committed
add Changelog for v1.7.6
1 parent 51f77db commit 022171b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,7 @@
6464

6565
## v1.7.5 (2017-10-23)
6666
* Fixed bug when client register kernel listener
67-
* Fixed bug when client for routerService dispatch
67+
* Fixed bug when client for routerService dispatch
68+
69+
## v1.7.6 (2017-10-24)
70+
* Fixed miss class load

src/Framework/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class Kernel extends Container
6767
public function __construct(array $values = [])
6868
{
6969
$start = microtime(true);
70-
$this['version'] = 'v1.7.5';
70+
$this['version'] = 'v1.7.6';
7171
$this['start_time'] = $start;
7272
self::$instance = $this;
7373
parent::__construct($values);

0 commit comments

Comments
 (0)