diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1a8498e5..bf37c1d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,10 +7,12 @@
Version 3.5.0 - ??/??/2025
- 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] 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.
+ - Fix: The default keyboard shortcut is no longer enforced at every Thunderbird startup [#384].
- Fixed incoming emails elaboration that was failing when the auto tagging was enabled and then the complete tagging feature was disabled.
- ...
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index 4e3372c9..8af4f51e 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -10,10 +10,12 @@
Version 3.5.0 - ??/??/2025
- 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] 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.
+ - Fix: In the Spamfilter page the unsaved changes warning is now correctly shown.
+ - Fix: The default keyboard shortcut is no longer enforced at every Thunderbird startup [#384].
- Fixed incoming emails elaboration that was failing when the auto tagging was enabled and then the complete tagging feature was disabled.
- ...