diff --git a/documentation/changelog.html b/documentation/changelog.html
index 5ccabe6820..a78ab32dcc 100755
--- a/documentation/changelog.html
+++ b/documentation/changelog.html
@@ -91,6 +91,12 @@
Improvements (minor features) and debug
+ - (ff07ecb8) Add from to in list course (web service)
+ - (30b29f4d) Remove E_NOTICE when adding a course
+ - (2758b3c4) Add api_get_cidReq, replace remove_XSS function with intval
+ - (ae49b38f) Students can't edit all documents inside a group
+ - (d45be1a3 - BT#10845)Re-add autoupload to drag and drop upload in documents
+ - (d4e94148) Removing browser_specific_head
- (e07caf39 - #8065) Fix dialog when deleting an event on the course agenda
- (69ff271e - #8065) Fix delete c_event form when the date is 'today'
- (9471e4b2 - #8065) Fix dialog when deleting a recurring course event
@@ -311,6 +317,8 @@
Stylesheets and theming
@@ -325,6 +333,7 @@
Known issues
- IMS/QTI import/export has issues
+ - In Internet Explorer 9, learning paths might not show other pages than the first to be opened. We lacked computers with IE9 at the time of release of 1.10.4. Guaranteeing IE9 support will likely require additional services. See the corresponding bug report