File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,13 @@ Our Backward Compatibility Promise
4
4
Ensuring smooth upgrades of your projects is our first priority. That's why
5
5
we promise you backward compatibility (BC) for all minor Symfony releases.
6
6
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.)
9
9
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.
11
14
12
15
.. caution ::
13
16
You can’t perform that action at this time.
0 commit comments