Skip to content

Commit af2fbab

Browse files
committed
add Changelog for v1.7.7
1 parent d0407a2 commit af2fbab

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,8 @@
6767
* Fixed bug when client for routerService dispatch
6868

6969
## v1.7.6 (2017-10-24)
70-
* Fixed miss class load
70+
* 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

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.6';
70+
$this['version'] = 'v1.7.7';
7171
$this['start_time'] = $start;
7272
self::$instance = $this;
7373
parent::__construct($values);

0 commit comments

Comments
 (0)