Skip to content
Snippets Groups Projects
Commit 9025f986 authored by mricherzhagen's avatar mricherzhagen
Browse files

prepared the 2.3.3 maintenance release

parent d64375e8
No related branches found
No related tags found
No related merge requests found
Changelog Changelog
========= =========
2.3.3 (2019-XX-XX) 2.3.3 (2019-11-25)
------------------ ------------------
* n/a * Replace Fig/Link with Symfony\Component\WebLink
* Don't extend final SessionListener and TestSessionListener. Extend the abstract base classes instead.
2.3.2 (2019-10-11) 2.3.2 (2019-10-11)
------------------ ------------------
......
...@@ -41,7 +41,7 @@ use Silex\Provider\HttpKernelServiceProvider; ...@@ -41,7 +41,7 @@ use Silex\Provider\HttpKernelServiceProvider;
*/ */
class Application extends Container implements HttpKernelInterface, TerminableInterface class Application extends Container implements HttpKernelInterface, TerminableInterface
{ {
const VERSION = '2.3.3-DEV'; const VERSION = '2.3.3';
const EARLY_EVENT = 512; const EARLY_EVENT = 512;
const LATE_EVENT = -512; const LATE_EVENT = -512;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment