[Filesystem] added CHANGELOG

This commit is contained in:
Fabien Potencier 2012-04-26 21:57:43 +02:00
parent f015f330fb
commit d7afcf685d
2 changed files with 7 additions and 4 deletions

View File

@ -207,10 +207,6 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
* added fluid interface to the dispatch() method which now returns the Event object
* added GenericEvent event class
### Filesystem
* created this new component
### Form
* [BC BREAK] ``read_only`` field attribute now renders as ``readonly="readonly"``, use ``disabled`` instead

View File

@ -0,0 +1,7 @@
CHANGELOG
=========
2.1.0
-----
* created the component