From 39ae8d3567cd189214023e1e479a349ac776b7b7 Mon Sep 17 00:00:00 2001 From: mscherer Date: Wed, 6 Feb 2019 11:53:54 +0100 Subject: [PATCH] Add entity deprecations. --- en/appendices/4-0-migration-guide.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/en/appendices/4-0-migration-guide.rst b/en/appendices/4-0-migration-guide.rst index d1d28d4479..9738d4604c 100644 --- a/en/appendices/4-0-migration-guide.rst +++ b/en/appendices/4-0-migration-guide.rst @@ -21,6 +21,18 @@ Authentication functionality has been split into standalone plugins `Authentication `__ and `Authorization `__. The former RssHelper can be found as standalone `Feed plugin `__ with similar functionality. +Deprecations +============ + +The following is a list of deprecated methods, properties and behaviors. These +features will continue to function in 4.x and will be removed in 5.0.0. + +Entity +------ + +* ``Entity::visibleProperties()`` has been renamed to ``Entity::getVisible()`` to match the other methods. +* ``Entity::unsetProperty()`` has been renamed to ``Entity::unset()`` to match the other methods. + Breaking Changes ================