File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ Our Backwards Compatibility Promise
3
3
4
4
As of Symfony 2.3, we promise you backwards compatibility for all further 2.x
5
5
releases. Ensuring smooth upgrades of your projects is our first priority.
6
- However, backwards compatibility comes in many different flavors. This page
7
- lists which code changes are covered by our promise and to what degree.
6
+ However, backwards compatibility comes in many different flavors.
8
7
9
- If you are contributing to Symfony, make sure that your code changes comply to
10
- the rules listed below.
8
+ This page has two different target audiences: If you are using Symfony, it will
9
+ tell you how to make sure that you will be able to upgrade smoothly to all
10
+ future 2.x versions. If you are contributing, this page will tell you the rules
11
+ you need to follow to ensure smooth upgrades for our users.
11
12
12
13
.. note ::
13
14
@@ -230,7 +231,7 @@ Change return type Yes [2]_ [4]_ No
230
231
however be documented in the UPGRADE file.
231
232
232
233
.. [2 ] Should be avoided. When done, this change must be documented in the
233
- UGPRADE file.
234
+ UPGRADE file.
234
235
235
236
.. [3 ] Only the last parameter(s) of a method may be removed.
236
237
You can’t perform that action at this time.
0 commit comments