We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0407a2 commit af2fbabCopy full SHA for af2fbab
2 files changed
docs/CHANGELOG.md
@@ -67,4 +67,8 @@
67
* Fixed bug when client for routerService dispatch
68
69
## v1.7.6 (2017-10-24)
70
-* Fixed miss class load
+* Fixed miss class load
71
+
72
+## v1.7.7 (2017-10-25)
73
+* Added routes multi resources as arr
74
+* Fixed when use doctrine debugbar not regiter
src/Framework/Kernel.php
@@ -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);
0 commit comments