Skip to content

Commit 2aea4fe

Browse files
authored
Merge pull request #16 from tastphp/2.xdev
add changelog for v2.0.0
2 parents 15e31c8 + 21fd362 commit 2aea4fe

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
@@ -71,4 +71,7 @@
7171

7272
## v1.7.7 (2017-10-25)
7373
* Added routes multi resources as arr
74-
* Fixed when use doctrine debugbar not regiter
74+
* Fixed when use doctrine debugbar not regiter
75+
76+
## v2.0.0 (2017-10-30)
77+
* support delays in registration of serviceProvider

src/Framework/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class Kernel extends Container
8181
public function __construct(array $values = [])
8282
{
8383
$start = microtime(true);
84-
$this['version'] = 'v1.7.8';
84+
$this['version'] = 'v2.0.0';
8585
$this['start_time'] = $start;
8686
self::$instance = $this;
8787
parent::__construct($values);

0 commit comments

Comments
 (0)