diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4fbad80d2..8cfbd4b61 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -837,7 +837,7 @@ if(ENABLE_DOC AND DOXYGEN_FOUND)
 		doc/faq.html
 		doc/gpl.html
 		doc/guichan-copyright.txt
-		doc/ChangeLog.html
+		doc/changelog.html
 		doc/index.html
 		doc/install.html
 		doc/media.html
diff --git a/README b/README
index 3432c103d..a0546d426 100644
--- a/README
+++ b/README
@@ -11,4 +11,4 @@
 
 Read 'doc/index.html' for general information and license information.
 Read 'doc/install.html' for Stratagus installation instructions.
-Read 'doc/ChangeLog.html' for the Stratagus changelog.
+Read 'doc/changelog.html' for the Stratagus changelog.
diff --git a/doc/ChangeLog.html b/doc/changelog.html
similarity index 99%
rename from doc/ChangeLog.html
rename to doc/changelog.html
index 270ddee33..cff176c57 100644
--- a/doc/ChangeLog.html
+++ b/doc/changelog.html
@@ -50,6 +50,15 @@
 	<li>Updated debian scripts to CMake, better Maemo section (from Pali Rohár)
 	<li>Updated Stratagus DoxyGen documentation (from Pali Rohár)
 	<li>Removed tolua++ source code from Stratagus tree, instead use system library (from Pali Rohár)
+	<li>Fixed crashing if editor configuration script not exists (from Pali Rohár)
+	<li>Added support for touchscreen input method at compilation time (from Pali Rohár)
+	<li>Fixed bug #730283 - Fixed crashing when 2 workers enter the mine which have resources only for 1 worker (from Pali Rohár)
+	<li>Added support for animating resource container when harvesting (from Pali Rohár)
+	<li>Fixed crashing metaserver at first start (from Pali Rohár)
+	<li>Added Lua function DebugPrint (from Pali Rohár)
+	<li>Fixed compilation on Mac (from ASDF)
+	<li>Created Game header files for Launcher and Maemo extractor (from Pali Rohár)
+	<li>Rewritten Debian control files to debhelper 7 (from Pali Rohár)
 
 <p><li>2.2.5.5 Released<p>
 	<ul>
diff --git a/doc/index.html b/doc/index.html
index 92bd36927..1e343bbff 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -92,7 +92,7 @@
 
     <h2>Changes</h2>
 
-    The changelog on Stratagus can be found at <a href="ChangeLog.html">ChangeLog.html</a>
+    The changelog on Stratagus can be found at <a href="changelog.html">changelog.html</a>
 
     <h2>Todo and known bugs</h2>