diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b1cf0d3..df721f06 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
Version 3.4.0 - ??/??/2025
+ - [All APIs] Added a special prompt to get tasks data from emails [#333]. To use this feature, you must install also the Sparks add-on.
- [ChatGPT Web] It is now possible to define a Custom GPT or a Project in the options page to be used by default, or directly in a custom prompt to be used only for that prompt [#168, #277].
- 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].
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index 2d0c39df..568e22b3 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -9,6 +9,7 @@
ThunderAI Release Notes
Version 3.4.0 - ??/??/2025
+ - [All APIs] Added a special prompt to get tasks data from emails [#333]. To use this feature, you must install also the Sparks add-on.
- [ChatGPT Web] It is now possible to define a Custom GPT or a Project in the options page to be used by default, or directly in a custom prompt to be used only for that prompt [#168, #277].
- 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].