diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4626fc93..28f2be9a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,9 @@
When replying, it's now possibile to choose a different reply type (between "all" or "sender only") directly in the AI chat window [#372].
[All APIs] Added an option to choose to exclude a tag only with an exact match in the excluded words list [#395].
[OpenAI API] Added an option to enable the OpenAI storage for API requests [#406].
+ [OpenAI API] In the AI chat page, the initial configuration now also displays the storage setting and the "Developer Messages" [#430].
[Ollama API] Added an option to enable the thinking feature [#398].
+ [Google Gemini API] In the AI chat page, the initial configuration now also displays the "System Instructions". [#429].
[OpenAI Comp API] Handling responses without choices when using RAG [#416].
[OpenAI Comp API] Added Perplexity configuration [#405].
[OpenAI Comp API] Added OpenRouter configuration [#401].
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index ccda247d..9aaff40a 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -13,7 +13,9 @@
When replying, it's now possibile to choose a different reply type (between "all" or "sender only") directly in the AI chat window [#372].
[All APIs] Added an option to choose to exclude a tag only with an exact match in the excluded words list [#395].
[OpenAI API] Added an option to enable the OpenAI storage for API requests [#406].
+ [OpenAI API] In the AI chat page, the initial configuration now also displays the storage setting and the "Developer Messages" [#430].
[Ollama API] Added an option to enable the thinking feature [#398].
+ [Google Gemini API] In the AI chat page, the initial configuration now also displays the "System Instructions". [#429].
[OpenAI Comp API] Handling responses without choices when using RAG [#416].
[OpenAI Comp API] Added Perplexity configuration [#405].
[OpenAI Comp API] Added OpenRouter configuration [#401].