diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a4cfcd2..3482f670 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
Version 2.2.0 - ??/??/2024
- [ChatGPT Web] Removed the option to force the ChatGPT4 model over ChatGPT3.5, since it was useless now.
+ - [ChatGPT Web] Minor internal improvements.
- [OpenAI Comp API] Added a new integration method to use a local LLM via an API compatible with OpenAI's API specifications [#126].
- Custom Prompts storage space incremented to 5MB, using storage.local. Added also the total occupied space at the bottom of the Custom Prompts page [#129].
- [ChatGPT Web] Updated the information in the option page.
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index 0130e7c7..50f1e4ad 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -10,6 +10,7 @@
Version 2.2.0 - ??/??/2024
- [ChatGPT Web] Removed the option to force the ChatGPT4 model over ChatGPT3.5, since it was useless now.
+ - [ChatGPT Web] Minor internal improvements.
- [OpenAI Comp API] Added a new integration method to use a local LLM via an API compatible with OpenAI's API specifications [#126].
- Custom Prompts storage space incremented to 5MB, using
storage.local
. Added also the total occupied space at the bottom of the Custom Prompts page [#129].
- [ChatGPT Web] Updated the information in the option page.