From c48f5fa05644f6bb687423f126cce26f6c23b538 Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Fri, 17 Nov 2023 09:04:50 +0100 Subject: [PATCH] replace _cake_core_ with _cake_translations_ cache config --- en/appendices/5-1-upgrade-guide.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/en/appendices/5-1-upgrade-guide.rst b/en/appendices/5-1-upgrade-guide.rst index b70348b34d..13ae586242 100644 --- a/en/appendices/5-1-upgrade-guide.rst +++ b/en/appendices/5-1-upgrade-guide.rst @@ -6,6 +6,15 @@ and introduces new deprecations. Any functionality deprecated in 5.x will be removed in 6.0.0. +Deprecations +============ + +I18n +---- + +- The ``_cake_core_`` cache config key has been renamed to ``_cake_translations_``. + + New Features ============