diff --git a/documentation/changelog.html b/documentation/changelog.html
index 62e89d3dea..70f5e5d1a6 100755
--- a/documentation/changelog.html
+++ b/documentation/changelog.html
@@ -55,6 +55,7 @@
- We changed/fixed several calls to SQL NOW() to api_get_utc_datetime(), as our coding conventions require. This *might* have a small adverse effect of generating a hole or a superposition in connections tracking in a few admin reports. See commits 17c04ed, df95882, b568eb4 and 3b8a26f for details
- A few languages now get a "parent" language which is not English. In this case, we have based the update query on an ID that we "assume" to be the right one for Spanish, Italian, French, Chinese and Portuguese. If the ID is not correct, you might, in the worst case scenario, get Chinese or Arabic terms appear in a language that is not the primary one, like Galician (normally taking Spanish as parent language). This can be fixed very easily by an "UPDATE language SET parent_id = NULL"; for all your languages, and then re-apply the parent manually to your sub-language if it needs one.
+ - "Character set" platform setting can't be modified default UTF-8 #7652.
Notable new Features
Improvements (minor features) and debug