diff --git a/modules/ROOT/pages/8.2.0-release-notes.adoc b/modules/ROOT/pages/8.2.0-release-notes.adoc index 3d3f848dae..b033ac31c0 100644 --- a/modules/ROOT/pages/8.2.0-release-notes.adoc +++ b/modules/ROOT/pages/8.2.0-release-notes.adoc @@ -61,7 +61,14 @@ For information on the **Media Optimizer** plugin, see: xref:uploadcare.adoc[Med The {productname} {release-version} release includes an accompanying release of the **Full Page HTML** premium plugin. -**Full Page HTML** includes the following improvement. +**Full Page HTML** includes the following fix. + +=== Encoding provided in the charset meta attribute would not be detected +// #TINY-12860 + +The previous encoding detection logic did not recognize certain encodings defined using the charset `+meta+` attribute, which resulted in inconsistent or conflicting encodings within a single page and caused display or editing issues. + +{productname} {release-version} addresses this issue by adding support for the new encoding type, ensuring that both the original and new encoding formats are correctly detected and processed. As a result, pages using either encoding style are now handled consistently. When encoded content is edited, the output is normalized to the previously supported encoding format, ensuring consistent markup and preventing confusion that could occur if the original encoding style were retained. === Head element added to the same line as the `meta` element // #TINY-12859