diff --git a/modules/ROOT/pages/migration-from-7x.adoc b/modules/ROOT/pages/migration-from-7x.adoc index 21a8549cb..ca483a5d8 100644 --- a/modules/ROOT/pages/migration-from-7x.adoc +++ b/modules/ROOT/pages/migration-from-7x.adoc @@ -18,9 +18,9 @@ The following table summarizes all breaking changes in {productname} {release-ve |=== |Breaking Change |Impact |Severity -|`editor.selection.setContent` Removal -|Method removed. Use `editor.insertContent` instead. -|High +|`editor.selection.setContent` Deprecated +|Method deprecated. Use `editor.insertContent` instead. +|Medium |`editor.documentBaseUrl` Removal |Property removed. Use `editor.editorManager.documentBaseURL` instead.