Commit 3b037f3a authored by Fabien Potencier's avatar Fabien Potencier

prepared the 1.0.1 release

parent 745da651
Changelog Changelog
========= =========
1.0.1 (2013-XX-XX) 1.0.1 (2013-07-04)
------------------ ------------------
* Fixed RedirectableUrlMatcher::redirect() when Silex is configured to use a logger * Fixed RedirectableUrlMatcher::redirect() when Silex is configured to use a logger
......
...@@ -43,7 +43,7 @@ use Silex\EventListener\StringToResponseListener; ...@@ -43,7 +43,7 @@ use Silex\EventListener\StringToResponseListener;
*/ */
class Application extends \Pimple implements HttpKernelInterface, TerminableInterface class Application extends \Pimple implements HttpKernelInterface, TerminableInterface
{ {
const VERSION = '1.0.1-DEV'; const VERSION = '1.0.1';
const EARLY_EVENT = 512; const EARLY_EVENT = 512;
const LATE_EVENT = -512; const LATE_EVENT = -512;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment