diff --git a/CHANGELOG.md b/CHANGELOG.md
index b3f1eeb5..ba10cb4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,9 @@
Fix: Using also the mail folder owner to search for the right identity to use when composing a reply [#627].
Context menu items are always ordered alfabetically [#630].
The prompt export now includes an option to incorporate specific API settings, when present [#624].
+ Added the {%mail_text_body_or_selected%} placeholder to retrieve the selected text or the full text body of the email if no selection is present [#641].
+ Added the {%mail_html_body_or_selected%} placeholder to retrieve the selected HTML or the full HTML body of the email if no selection is present [#641].
+ [All APIs] Added an option to get a calendar event without selecting some text, but using the full text body of the email [#518].
...
Version 3.8.3 - 22/01/2026
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index 097c90ec..5f24e389 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -18,6 +18,9 @@
Fix: Using also the mail folder owner to search for the right identity to use when composing a reply [#627].
Context menu items are always ordered alfabetically [#630].
The prompt export now includes an option to incorporate specific API settings, when present [#624].
+ Added the {%mail_text_body_or_selected%} placeholder to retrieve the selected text or the full text body of the email if no selection is present [#641].
+ Added the {%mail_html_body_or_selected%} placeholder to retrieve the selected HTML or the full HTML body of the email if no selection is present [#641].
+ [All APIs] Added an option to get a calendar event without selecting some text, but using the full text body of the email [#518].
...
Version 3.8.3 - 22/01/2026