diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd705150..4647a6f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
Version 3.3.5 - 17/04/2025
- Using a prompt from the compose window with a "Do reply" action is changed in "Substitute Text" [#353].
+ - Added an option when composing in plain text to remove the extra empty lines [#350].
- [ChatGPT Web] Updated the list of available models in the option page.
- [ChatGPT Web] Opening the ChatGPT webpage from the options now enforce the selected model, if any.
- [All APIs] Fix: Really correctly getting the message body even in multilevel subpart messages when processing incoming messages for tags or spam [#335].
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index 63e91627..2e5ff5a2 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -10,6 +10,7 @@
Version 3.3.5 - 17/04/2025
- Using a prompt from the compose window with a "Do reply" action is changed in "Substitute Text" [#353].
+ - Added an option when composing in plain text to remove the extra empty lines [#350].
- [ChatGPT Web] Updated the list of available models in the option page.
- [ChatGPT Web] Opening the ChatGPT webpage from the options now enforce the selected model, if any.
- [All APIs] Fix: Really correctly getting the message body even in multilevel subpart messages when processing incoming messages for tags or spam [#335].