From 4492898fb488a4e39a2fb1859a12313235265f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Adamczyk?= Date: Fri, 13 Dec 2019 14:39:16 +0100 Subject: [PATCH] EZP-31046: Added BC notes. --- doc/bc/changes-8.0.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/bc/changes-8.0.md b/doc/bc/changes-8.0.md index 148734aaa59..e421515299e 100644 --- a/doc/bc/changes-8.0.md +++ b/doc/bc/changes-8.0.md @@ -17,7 +17,8 @@ Changes affecting version compatibility with former or future versions. * The following configuration nodes are not available anymore: * `ezpublish..ezpage.*` * `ezpublish..block_view.*` - + * `ezpublish.siteaccess.relation_map` is replaced by `getSiteAccessesRelation` method from `eZ\Publish\Core\MVC\Symfony\SiteAccess\SiteAccessService` + * REST Client has been dropped. * REST Server implementation and Common namespace have been removed in favor of @@ -269,6 +270,8 @@ Changes affecting version compatibility with former or future versions. * `ezpublish.persistence.external_storage_registry.factory` +* `ezpublish.config.resolver.core` has been removed. `eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\ChainConfigResolver` should be used instead + ## Changed behavior * Service based View Matchers now require to be tagged with `ezplatform.view.matcher`. Moreover now to use it you have to prefix service name with `@` sign: