diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90b10416..c6951c56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,8 +10,10 @@
[OpenAI Comp API] Added a button to clear the models list [#472].
[ChatGPT Web] Fix: Any <br> tag in the response is now replaced with a line break [#462].
[ChatGPT Web] Models list updated. [#464].
+ [ChatGPT Web] Improved how the line breaks are rendered in the ChatGPT web page [#482].
[All APIs] Fix: If the incoming email has no text only part, the html part is used [#470].
[All APIs] Fix: Improved the extraction of the plain text from html emails [#469].
+ [All APIs] Fix: Improved how the line breaks are rendered in the AI chat [#469].
[All APIs] If the option to use only existing tags is enabled, this now works also when adding tags manually using the ThunderAI menu [#475].
...
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index 7b7f3aa7..8eea6d47 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -13,8 +13,10 @@
[OpenAI Comp API] Added a button to clear the models list [#472].
[ChatGPT Web] Fix: Any <br> tag in the response is now replaced with a line break [#462].
[ChatGPT Web] Models list updated. [#464].
+ [ChatGPT Web] Improved how the line breaks are rendered in the ChatGPT web page [#482].
[All APIs] Fix: If the incoming email has no text only part, the html part is used [#470].
[All APIs] Fix: Improved the extraction of the plain text from html emails [#469].
+ [All APIs] Fix: Improved how the line breaks are rendered in the AI chat [#469].
[All APIs] If the option to use only existing tags is enabled, this now works also when adding tags manually using the ThunderAI menu [#475].
...