Skip to content

Commit da37fb0

Browse files
authored
Update 16/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md
1 parent 37e21e3 commit da37fb0

File tree

1 file changed

+1
-1
lines changed
  • 16/umbraco-cms/fundamentals/setup/upgrading/version-specific

1 file changed

+1
-1
lines changed

16/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To continue to use TinyMCE, a third-party package must be installed prior to the
3333

3434
**Package migrations are asynchronous**
3535

36-
Umbraco 16 adds support for asynchronous migrations and part of this work involved creating a new base class for package migrations. This leads to a source compatible but binary incompatible breaking change. In practice this means that package code using migrations and calling base class helper methods such as `TableExists` can be recompiled without change. But if built against 15 and run on 16, a "method missing" exception will be thrown. For more details on this feature and the changes implemented, see [this PR](https://github.com/umbraco/Umbraco-CMS/pull/17057).
36+
Umbraco 16 adds support for asynchronous migrations and part of this work involved creating a new base class for package migrations. This leads to a source-compatible but binary-incompatible breaking change. In practice, this means that package code using migrations and calling base class helper methods such as `TableExists` can be recompiled without change. But if built against 15 and run on 16, a "method missing" exception will be thrown. For more details on the feature and the changes implemented, see the [PR](https://github.com/umbraco/Umbraco-CMS/pull/17057).
3737

3838
**Updated dependencies**
3939

0 commit comments

Comments
 (0)