diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index 7daae4a81d..600d11d13f 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -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 diff --git a/src/Symfony/Component/Config/CHANGELOG.md b/src/Symfony/Component/Config/CHANGELOG.md new file mode 100644 index 0000000000..27dd93111e --- /dev/null +++ b/src/Symfony/Component/Config/CHANGELOG.md @@ -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