[Translation] added CHANGELOG

This commit is contained in:
Fabien Potencier 2012-04-26 22:21:39 +02:00
parent 62af82027a
commit 22d7f81217
2 changed files with 10 additions and 6 deletions

View File

@ -162,12 +162,6 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
* added a timeline panel
* The toolbar position can now be configured via the `position` option (can be `top` or `bottom`)
### Config
* added a way to add documentation on configuration
* implemented `Serializable` on resources
* LoaderResolverInterface is now used instead of LoaderResolver for type hinting
### Form
* [BC BREAK] ``read_only`` field attribute now renders as ``readonly="readonly"``, use ``disabled`` instead

View File

@ -0,0 +1,10 @@
CHANGELOG
=========
2.1.0
-----
* added a way to add documentation on configuration
* implemented `Serializable` on resources
* LoaderResolverInterface is now used instead of LoaderResolver for type
hinting