Skip to content

Commit

Permalink
Merge pull request #16 from tastphp/2.xdev
Browse files Browse the repository at this point in the history
add changelog for v2.0.0
  • Loading branch information
xujiajun committed Oct 30, 2017
2 parents 15e31c8 + 21fd362 commit 2aea4fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,7 @@

## v1.7.7 (2017-10-25)
* Added routes multi resources as arr
* Fixed when use doctrine debugbar not regiter
* Fixed when use doctrine debugbar not regiter

## v2.0.0 (2017-10-30)
* support delays in registration of serviceProvider
2 changes: 1 addition & 1 deletion src/Framework/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Kernel extends Container
public function __construct(array $values = [])
{
$start = microtime(true);
$this['version'] = 'v1.7.8';
$this['version'] = 'v2.0.0';
$this['start_time'] = $start;
self::$instance = $this;
parent::__construct($values);
Expand Down

0 comments on commit 2aea4fe

Please sign in to comment.