We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f77db commit 022171bCopy full SHA for 022171b
2 files changed
docs/CHANGELOG.md
@@ -64,4 +64,7 @@
64
65
## v1.7.5 (2017-10-23)
66
* Fixed bug when client register kernel listener
67
-* Fixed bug when client for routerService dispatch
+* Fixed bug when client for routerService dispatch
68
+
69
+## v1.7.6 (2017-10-24)
70
+* Fixed miss class load
src/Framework/Kernel.php
@@ -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';
71
$this['start_time'] = $start;
72
self::$instance = $this;
73
parent::__construct($values);
0 commit comments