diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e81db04..9340f3b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@
Added Anthropic API support [#349].
Added the {%selected_html%} placeholder to retrieve the HTML portion of the selected text [#368].
[OpenAI Comp API] Added a shortcut to select configurations for known AI services. Currently, Grok AI and Mistral AI are available [#378]. Open an issue to request additional services.
+ [All APIs] In the API WebChat is now possibile to select a part of the answer and use only that [#356].
[All APIs] Setting the "Max prompt length" to zero on the options page will disable the length check when sending a prompt to the AI. [#380].
[All APIs] Added a button to the options page to reset the 'Max prompt length' value to its default.
Fix: in the Spamfilter page the unsaved changes warning is now correctly shown.
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index 6f609a5c..02e9565f 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -12,6 +12,7 @@
Added Anthropic API support [#349].
Added the {%selected_html%} placeholder to retrieve the HTML portion of the selected text [#368].
[OpenAI Comp API] Added a shortcut to select configurations for known AI services. Currently, Grok AI and Mistral AI are available [#378]. Open an issue to request additional services.
+ [All APIs] In the API WebChat is now possibile to select a part of the answer and use only that [#356].
[All APIs] Setting the "Max prompt length" to zero on the options page will disable the length check when sending a prompt to the AI. [#380].
[All APIs] Added a button to the options page to reset the 'Max prompt length' value to its default.
Fix: In the Spamfilter page the unsaved changes warning is now correctly shown.