diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index 371f6dc974..2e4f97e11a 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -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 diff --git a/src/Symfony/Component/Filesystem/CHANGELOG.md b/src/Symfony/Component/Filesystem/CHANGELOG.md new file mode 100644 index 0000000000..d364466863 --- /dev/null +++ b/src/Symfony/Component/Filesystem/CHANGELOG.md @@ -0,0 +1,7 @@ +CHANGELOG +========= + +2.1.0 +----- + + * created the component