diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89463-SwitchableControllerActions.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89463-SwitchableControllerActions.rst
index 755637261da9f6027b028bed3aa3e37b45a7d53a..5956ec26221ff835d092f5275a840ce78805f9aa 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89463-SwitchableControllerActions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89463-SwitchableControllerActions.rst
@@ -91,4 +91,18 @@ This configuration would lead to the creation configuration of two different plu
         ]
     );
 
+
+Advantages of Separate Plugins
+------------------------------
+
+When using separate plugins for each switchable controller action combination,
+it is possible to properly define which action should be cached.
+
+In addition, TYPO3 v10 LTS allows to group plugins in FormEngine directly
+to semantically register various plugins in one specific group.
+
+See https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/10.4/Feature-91008-ItemGroupingForTCASelectItems.html
+for more details.
+
+
 .. index:: FlexForm, PHP-API, TypoScript, NotScanned, ext:extbase