Skip to content

Commit 440ca29

Browse files
authored
Merge pull request #4068 from paulbalandan/language-strings
Warn users on system messages being for internal use
2 parents 1cc2c83 + 4e1343b commit 440ca29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

user_guide_src/source/changelogs/v4.0.5.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Enhancements:
1313
- 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.
1414
- 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``.
1515

16+
Changes:
17+
18+
- 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.
19+
1620
Bugs Fixed:
1721

1822
- Fixed a bug in ``Entity`` class where declaring class parameters was preventing data propagation to the ``attributes`` array.

0 commit comments

Comments
 (0)