File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,11 @@ published through a *time-based model*:
10
10
* A new **Symfony patch version ** (e.g. 4.4.12, 5.1.9) comes out roughly every
11
11
month. It only contains bug fixes, so you can safely upgrade your applications;
12
12
* A new **Symfony minor version ** (e.g. 4.4, 5.0, 5.1) comes out every *six months *:
13
- one in *May * and one in *November *. It contains bug fixes and new features, but
14
- it doesn't include any breaking change, so you can safely upgrade your applications;
15
- * A new **Symfony major version ** (e.g. 4.0, 5.0) comes out every *two years *.
13
+ one in *May * and one in *November *. It contains bug fixes and new features,
14
+ can contain new deprecations but it doesn't include any breaking change,
15
+ so you can safely upgrade your applications;
16
+ * A new **Symfony major version ** (e.g. 4.0, 5.0) comes out every *two years *
17
+ in November of odd years (e.g. 2019, 2021).
16
18
It can contain breaking changes, so you may need to do some changes in your
17
19
applications before upgrading.
18
20
You can’t perform that action at this time.
0 commit comments