Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
a3275875
Commit
a3275875
authored
Mar 20, 2012
by
Igor Wiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[json] add changelog entry
parent
aee65e34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
doc/changelog.rst
doc/changelog.rst
+8
-3
No files found.
doc/changelog.rst
View file @
a3275875
...
@@ -3,9 +3,14 @@ Changelog
...
@@ -3,9 +3,14 @@ Changelog
This changelog references all backward incompatibilities as we introduce them:
This changelog references all backward incompatibilities as we introduce them:
* **2012-03-
11**: Added route middlewares
* **2012-03-
20**: Added ``json`` helper::
* **2012-03-02**: Switched to use Composer for dependency management
$data = array('some' => 'data');
$response = $app->json($data);
* **2012-03-11**: Added route middlewares.
* **2012-03-02**: Switched to use Composer for dependency management.
* **2012-02-27**: Updated to Symfony 2.1 session handling.
* **2012-02-27**: Updated to Symfony 2.1 session handling.
...
@@ -14,7 +19,7 @@ This changelog references all backward incompatibilities as we introduce them:
...
@@ -14,7 +19,7 @@ This changelog references all backward incompatibilities as we introduce them:
* **2011-09-22**: ``ExtensionInterface`` has been renamed to
* **2011-09-22**: ``ExtensionInterface`` has been renamed to
``ServiceProviderInterface``. All built-in extensions have been renamed
``ServiceProviderInterface``. All built-in extensions have been renamed
accordingly (for instance, ``Silex\Extension\TwigExtension`` has been
accordingly (for instance, ``Silex\Extension\TwigExtension`` has been
renamed to ``Silex\Provider\TwigServiceProvider``)
renamed to ``Silex\Provider\TwigServiceProvider``)
.
* **2011-09-22**: The way reusable applications work has changed. The
* **2011-09-22**: The way reusable applications work has changed. The
``mount()`` method now takes an instance of ``ControllerCollection`` instead
``mount()`` method now takes an instance of ``ControllerCollection`` instead
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment