Commit bc673b47 authored by Fabien Potencier's avatar Fabien Potencier

minor #811 Fix changelog entry (romainneutron)

This PR was merged into the master branch.

Discussion
----------

Fix changelog entry

Commits
-------

885870e6 Fix changelog entry
parents 029bca4f 885870e6
...@@ -7,6 +7,7 @@ Changelog ...@@ -7,6 +7,7 @@ Changelog
* Added run() on Route to be able to define the controller code * Added run() on Route to be able to define the controller code
* Deprecated TwigCoreExtension (register the new HttpFragmentServiceProvider instead) * Deprecated TwigCoreExtension (register the new HttpFragmentServiceProvider instead)
* Added HttpFragmentServiceProvider * Added HttpFragmentServiceProvider
* Add support for using a service method as a converter.
1.1.1 (2013-10-11) 1.1.1 (2013-10-11)
------------------ ------------------
...@@ -14,7 +15,6 @@ Changelog ...@@ -14,7 +15,6 @@ Changelog
* Removed or replaced deprecated Symfony code * Removed or replaced deprecated Symfony code
* Updated code to take advantages of 2.3 new features * Updated code to take advantages of 2.3 new features
* Only convert attributes on the request that actually exist. * Only convert attributes on the request that actually exist.
* Add support for using a service method as a converter.
1.1.0 (2013-07-04) 1.1.0 (2013-07-04)
------------------ ------------------
......
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