File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 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*:
1010* A new **Symfony patch version ** (e.g. 4.4.12, 5.1.9) comes out roughly every
1111 month. It only contains bug fixes, so you can safely upgrade your applications;
1212* 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).
1618 It can contain breaking changes, so you may need to do some changes in your
1719 applications before upgrading.
1820
You can’t perform that action at this time.
0 commit comments