diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b4e5c20..bd9b6e77 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@
Version 3.4.0 - ??/??/2025
- The chatgpt.com access permission is no more requested when installing the addon. It's mandatory to give this permission to use the ChatGPT Web Interface integration [#293].
+ - Added the {%mail_quoted_text%} placeholder to get the quoted text when composing a new message [#324].
+ - Fix: In the {%mail_typed_text%} placeholder text on different lines is now separated by a space.
- Added a default proofread prompt [#21].
- Fix: correctly showing text differences when using {%mail_typed_text%} placeholder.
- ...
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index 78fff723..a0311cd2 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -10,6 +10,8 @@
Version 3.4.0 - ??/??/2025
- The chatgpt.com access permission is no more requested when installing the addon. It's mandatory to give this permission to use the ChatGPT Web Interface integration [#293].
+ - Added the {%mail_quoted_text%} placeholder to get the quoted text when composing a new message [#324].
+ - Fix: In the {%mail_typed_text%} placeholder text on different lines is now separated by a space.
- Added a default proofread prompt [#21].
- Fix: correctly showing text differences when using {%mail_typed_text%} placeholder.
- ...