diff --git a/CHANGELOG.md b/CHANGELOG.md
index c78375b0..ab169827 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
- Added Anthropic API support [#349].
- [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 to zero the "Max prompt length" in the options page will disable the check when sending a prompt to the AI [#380].
- Fix: in the Spamfilter page the unsaved changes warning is now correctly shown.
- 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 24e5e77f..16c76f6d 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -11,6 +11,7 @@
- Added Anthropic API support [#349].
- [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 to zero the "Max prompt length" in the options page will disable the check when sending a prompt to the AI [#380].
- Fix: in the Spamfilter page the unsaved changes warning is now correctly shown.
- Fixed incoming emails elaboration that was failing when the auto tagging was enabled and then the complete tagging feature was disabled.
- ...