Skip to content

Commit cabbc4c

Browse files
committed
add Changelog for v1.7.3
1 parent b2a5029 commit cabbc4c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,9 @@
5252

5353
## v1.7.2 (2017-10-20)
5454
* optimize ConfigService
55-
* add cache command for route&config
55+
* add cache command for route&config
56+
57+
## v1.7.3 (2017-10-20)
58+
* Merge pull request #15 from akiyamaSM/patch-2
59+
* Fixed when no app.yml file error
60+
* move register debugbar code to WhoopsExceptionsHandler

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

0 commit comments

Comments
 (0)