diff --git a/docs/changelog b/docs/changelog
index df5c1b2b..c6ea4ffc 100644
--- a/docs/changelog
+++ b/docs/changelog
@@ -4,15 +4,16 @@ Changelog
 	* Changes are always commented with their author in (braces)
 	* Exception: No braces means author == Nico Schottelius
 
-2.1.0pre8:
+2.1.0pre8: 2012-11-15
 	* Type cleanup: __apt_ppa, __apt_ppa_update_index, __file, 
 		__ssh_authorized_key, __timezone, all install types (Steven Armstrong)
 	* Types: Remove all parameter changing code
 	* Type __rvm_ruby: Change parameter "default" to be boolean
+	* Documentation: Web documentation cleaned up
 
 2.1.0pre7: 2012-11-07
 	* Core: All unit tests restored back to working
-	* Core: Print error message on missing initial manifest
+	* Core: Print error message when missing the initial manifest
 
 2.1.0pre6: 2012-11-05
 	* New Example: Turn remote calls into local calls (used for unittesting)