diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8d6d7a12..006d07d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
Version 3.6.0 - ??/??/2025
+ - [OpenAI Comp API] Handling responses without choices when using RAG [#416].
- ...
Version 3.5.2 - 05/06/2025
@@ -25,7 +26,7 @@
- Added Anthropic API support [#349].
- Added the {%selected_html%} placeholder to retrieve the HTML portion of the selected text [#368].
- - [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.
+ - [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] In the API WebChat is now possibile to select a part of the answer and use only that [#356].
- [All APIs] Setting the "Max prompt length" to zero on the options page will disable the length check when sending a prompt to the AI. [#380].
- [All APIs] Added a button to the options page to reset the 'Max prompt length' value to its default.
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index c62fd6ad..7d927042 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -9,6 +9,7 @@
ThunderAI Release Notes
Version 3.6.0 - ??/??/2025
+ - [OpenAI Comp API] Handling responses without choices when using RAG [#416].
- ...
Version 3.5.2 - 05/06/2025
@@ -28,7 +29,7 @@
- Added Anthropic API support [#349].
- Added the {%selected_html%} placeholder to retrieve the HTML portion of the selected text [#368].
- - [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.
+ - [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] In the API WebChat is now possibile to select a part of the answer and use only that [#356].
- [All APIs] Setting the "Max prompt length" to zero on the options page will disable the length check when sending a prompt to the AI. [#380].
- [All APIs] Added a button to the options page to reset the 'Max prompt length' value to its default.