diff --git a/modules/ROOT/pages/8.7.0-release-notes.adoc b/modules/ROOT/pages/8.7.0-release-notes.adoc index 03ccdb0e99..e4cfcf99fe 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -43,7 +43,14 @@ The following premium plugin updates were released alongside {productname} {rele The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin. -**TinyMCE AI** includes the following improvement and fix. +**TinyMCE AI** includes the following improvement and fixes. + +==== An error could be reported when aborting and starting a new conversation +// #TINY-14381 + +Previously, aborting a streamed AI response and starting a new conversation could report an error. Aborting the response triggered a document delete operation that sometimes failed. + +In {productname} {release-version}, the document is no longer deleted when an AI request is aborted. Aborting a response and starting a new conversation no longer reports this error. ==== AI response HTML is now filtered through the editor's content pipeline before being displayed in preview // #TINY-14344