You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 16/umbraco-cms/fundamentals/setup/upgrading/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,15 +40,15 @@ Extensive efforts are made to avoid breaking changes that would cause issues for
40
40
41
41
Finally you should consider the packages you are using on your project. You will need to verify that the package will work with the new version of Umbraco. Or that a compatible upgrade of the package is available or planned.
42
42
43
-
As above, we endeavour to avoid breaking changes that would prevent packages from working other than in a major version update.
43
+
As above, breaking changes that would prevent packages from working other than in a major version update are avoided.
44
44
45
45
### Considerations for major version upgrades
46
46
47
47
For the reasons described, projects always need to be considered case by case when upgrading to new versions.
48
48
49
-
We will communicate clearly about the breaking changes and there will be extended release candidate periods to ensure upgrades can be tested and to help package developers support new major versions.
49
+
Umbraco communicate's clearly about the breaking changes in release blog posts and on the documented [version specific upgrade details](./version-specific/README.md). There will be extended release candidate periods to ensure upgrades can be tested and to help package developers support new major versions.
50
50
51
-
We always try to minimize breaking changes but there will be cases when such updates are needed. How easy the upgrade will be depends on the breaking changes included in the major and whether your project(s) are impacted by them.
51
+
Breaking changes are minimized but there will be cases when such updates are needed. How easy the upgrade will be depends on the breaking changes included in the major and whether your project(s) are impacted by them.
0 commit comments