8000 Update bc.rst · symfony/symfony-docs@6e3a415 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e3a415

Browse files
authored
Update bc.rst
1 parent fd324d2 commit 6e3a415

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

contributing/code/bc.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ Our Backward Compatibility Promise
44
Ensuring smooth upgrades of your projects is our first priority. That's why
55
we promise you backward compatibility (BC) for all minor Symfony releases.
66
You probably recognize this strategy as `Semantic Versioning`_. In short,
7-
Semantic Versioning means that only major releases (such as 2.0, 3.0 etc.) are
8-
allowed to break backward compatibility. Minor releases (such as 2.5, 2.6 etc.)
7+
Semantic Versioning means that only major releases (such as 5.0, 6.0 etc.) are
8+
allowed to break backward compatibility. Minor releases (such as 5.1, 5.2 etc.)
99
may introduce new features, but must do so without breaking the existing API of
10-
that release branch (2.x in the previous example).
10+
that release branch (5.x in the previous example).
11+
12+
We also provide deprecation message triggered in the code base to help you with
13+
the migration process across major release.
1114

1215
.. caution::
1316

0 commit comments

Comments
 (0)
0