diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf456d6e..55a94444 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", asking also to insert text if none is selected [#353].
+ - [Ollama API] It's now possibile to define the default context length (the num_ctx parameter) in the options page [#351].
- [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 e6127d31..a9c686d7 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", asking also to insert text if none is selected [#353].
+ - [Ollama API] It's now possibile to define the default context length (the num_ctx parameter) in the options page [#351].
- [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].