Skip to content

Commit ccab9b7

Browse files
authored
Merge pull request #7173 from kenjis/fix-docs-BC-note-depreacted-Config
docs: add about removal of deprecated Config items
2 parents c475127 + 8ce15e5 commit ccab9b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

user_guide_src/source/installation/backward_compatibility_notes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ However, the code is not mature and bug fixes may break compatibility in minor r
1313
What are not Breaking Changes
1414
*****************************
1515

16+
- The deprecated Config items are not covered by backwards compatibility (BC) promise. It may be removed in the next
17+
**minor** version or later.
1618
- System messages defined in **system/Language/en/** are strictly for internal framework use and are not covered by backwards compatibility (BC) promise. If developers are relying on language string output they should be checking it against the function call (``lang('...')``), not the content.
1719
- `Named arguments <https://www.php.net/manual/en/functions.arguments.php#functions.named-arguments>`_ are not covered by backwards compatibility (BC) promise. We may choose to rename method/function parameter names when necessary in order to improve the codebase.

0 commit comments

Comments
 (0)