diff --git a/documentation/changelog.html b/documentation/changelog.html
index 571543bf2d..be6d8e37b2 100755
--- a/documentation/changelog.html
+++ b/documentation/changelog.html
@@ -186,6 +186,14 @@
Improvements (minor features) and debug
In reverse chronological order...
+ - [2023-06-06] (232d9452 - GH#4738) Calendar: Fix missing check on allow_personal_agenda events setting
+ - [2023-06-06] (e0751a7b - GH#4662) LDAP: Remove duplicate definition of extldap_get_admin()
+ - [2023-06-06] (8c01738f - GH#4647) Webservice: Improve function parameters strictness
+ - [2023-06-06] (08925120) Internal: Fix query checking user.user_id instead of user.id. Maintained result format by adding 'user_id' as result field
+ - [2023-06-06] (01f8a3e2) Plugin: Test2pdf: Improve PDF download filename so it is possible to identify the test
+ - [2023-06-06] (30e9d285 - GH#4723) Catalogue: Fix missing space in SQL query
+ - [2023-06-06] (38e080f6 - GH#4721) Admin: Fix individual search and assignment of course to URL #multiurl
+ - [2023-06-06] (0ab027d3 - GH#4689) Plugin: H5P: Add check to avoid double-loading jquery-ui.min.js
- [2023-06-02] (f6e83550) Vendor: Require enshrined/svg-sanitize
- [2023-06-02] (aecd5c72 - GH#4639) Plugin: OnlyOffice: Bump plugin to version 1.2.0 (adds support for Forms and JWT)
- [2023-06-01] (45dcb034) Tracking: invert option to hide by default certificate of achievement icon
@@ -364,6 +372,7 @@
- [2023-05-23] (65972fc3 - BT#20460) Webservice: Add 'active' parameter to users_profiles_by_extra_field
- [2023-05-23] (c5ff2be4 - BT#20460) Webservice: Add username to get_users' response
- [2023-05-26] (54584b31 - BT#20460) Webservice: Add 'extra_fields' parameter to get_users
+ - [2023-06-06] (8aac38b7 - GH#4647) Webservice: Add new webservices get_sessions, subscribe_users_to_session, unsubscribe_users_from_session, get_users_subscribed_to_session
Removals