From 4e1343b5f888600d7187f6827290a0ca33175938 Mon Sep 17 00:00:00 2001 From: "John Paul E. Balandan, CPA" Date: Wed, 6 Jan 2021 00:52:58 +0800 Subject: [PATCH] Warn users on system messages being for internal use --- user_guide_src/source/changelogs/v4.0.5.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user_guide_src/source/changelogs/v4.0.5.rst b/user_guide_src/source/changelogs/v4.0.5.rst index 75476079a378..9a99fe0ef6f9 100644 --- a/user_guide_src/source/changelogs/v4.0.5.rst +++ b/user_guide_src/source/changelogs/v4.0.5.rst @@ -13,6 +13,10 @@ Enhancements: - Services now have their config parameters strictly typehinted. This will ensure no one will pass a different config instance. If you need to pass a new config with additional properties, you need to extend that particular config. - Support for setting SameSite attribute on Session and CSRF cookies has been added. For security and compatibility with latest browser versions, the default setting is ``Lax``. +Changes: + +- System messages defined in ``system/Language/en/`` are now strictly for internal framework use and are not covered by backwards compatibility (BC) promise. Users may use these messages in their applications but at their own risks. + Bugs Fixed: - Fixed a bug in ``Entity`` class where declaring class parameters was preventing data propagation to the ``attributes`` array.