diff --git a/CHANGELOG.md b/CHANGELOG.md index fb582698..850a119d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Changelog ========= +2.0.0-RC2 +--------- + * **2017-02-10**: [BC BREAK] Removed the `ImagineBlock` as the CmfMediaBundle is abandoned. * **2017-02-09**: [BC BREAK] Added child restrictions to the block documents. diff --git a/UPGRADE-2.0.md b/UPGRADE-2.0.md index eae56a90..bc2cf114 100644 --- a/UPGRADE-2.0.md +++ b/UPGRADE-2.0.md @@ -69,10 +69,10 @@ ### Doctrine PHPCR ODM - * It is no longer possible to add a child to the `ActionBlock`, - `ImagineBlock`, `MenuBlock`, `ReferenceBlock`, `RssBlock`, `SimpleBlock` and - `StringBlock` documents. This behaviour can be changed by overriding the - `child-class` setting of the PHPCR ODM mapping. + * It is no longer possible to add a child to the `ActionBlock`, `MenuBlock`, + `ReferenceBlock`, `RssBlock`, `SimpleBlock` and `StringBlock` documents. + This behaviour can be changed by overriding the `child-class` setting of the + PHPCR ODM mapping. * Only instances of sonata's `BlockInterface` are allowed as children of the `ContainerBlock` and `SlideshowBlock` documents. This behaviour can be changed