Skip to content

Commit 28d541b

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into 4.5
2 parents 5f27173 + ee1f01f commit 28d541b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

user_guide_src/source/installation/backward_compatibility_notes.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ 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.
16+
- The deprecated items are not covered by backwards compatibility (BC) promise. It may be removed in the next next
17+
**minor** version or later. For example, if an item has been deprecated since 4.3.x,
18+
it may be removed in 4.5.0.
1819
- 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.
1920
- `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)