We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15e31c8 + 21fd362 commit 2aea4feCopy full SHA for 2aea4fe
2 files changed
docs/CHANGELOG.md
@@ -71,4 +71,7 @@
71
72
## v1.7.7 (2017-10-25)
73
* Added routes multi resources as arr
74
-* Fixed when use doctrine debugbar not regiter
+* 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
@@ -81,7 +81,7 @@ class Kernel extends Container
81
public function __construct(array $values = [])
82
{
83
$start = microtime(true);
84
- $this['version'] = 'v1.7.8';
+ $this['version'] = 'v2.0.0';
85
$this['start_time'] = $start;
86
self::$instance = $this;
87
parent::__construct($values);
0 commit comments