diff --git a/documentation/changelog.html b/documentation/changelog.html
index 1cb0b6a652..bbcfddabfe 100644
--- a/documentation/changelog.html
+++ b/documentation/changelog.html
@@ -28,6 +28,9 @@
Improvements in document tool, allow see terms of glossary (FS#4337)
Improvements in SCORM export(FS#4300)
When the system Dokeos is switched into "Test server" mode, a clickable indicator appears in the footer. This indicator is visible by platform administrators only. (FS#4341)
+ A transliteration function has been added. Currently, it is used in uploading files. Files with non-English names get names that contain ASCII letters only, remaining readable in the corresponding language. Rationale: The PHP5 run-time environment does not manage file name encodings, adding such a non-native feature involves too much work. For avoiding character encoding problems, transliteration of file names is the possible solution. (FS#306)
+ An internationalization option has been added for improving sorting in arbitrary language. When the intl php-extension has been installed, various sorting routines exploit it for better sorting. Rationale: The PHP5 run-time environment does not provide native and reliable way for sorting UTF-8 strings. (FS#306)
+ The installation sript: The page about system requilements has been updated. Also, at the very beginning, a check has been added whether the mbstring php-extension is installed - see the related forum topic. (FS#306)
Dokeos 1.8.6 Svalbard - June 2009