diff --git a/doc/credits.html b/doc/credits.html
index ff8b32d475f..e493331c8ab 100755
--- a/doc/credits.html
+++ b/doc/credits.html
@@ -45,6 +45,7 @@
tr - Turkish, by M. Cüneyt Birkök, cuneyt@birkok.net, http://birkok.net
zh_cn - Chinese, by Zhang Dexuan, cncoolbit@hotmail.com
ar - Arabic, by Ahmed Nabil, ana@harf.com
+ sv - Swedish, by Set Lonnert, set@setlonnert.com, http://setlonnert.com
diff --git a/doc/release.html b/doc/release.html
index 91be7d3a1ba..8f0c93c3bf7 100644
--- a/doc/release.html
+++ b/doc/release.html
@@ -10,6 +10,35 @@
Release notes
+ New in Moodle 1.0.8:
+
+- Databases
+- Moodle now has complete native support support for PostgreSQL databases.
+ A number of changes have been made to the code structure that will make it
+ fairly easy now to add full support for other database types.
+
+- Languages
+- Three big new languages have been added! Chinese (from Zhang Dexuan),
+ Arabic (from Ahmed Nabil) and Swedish (from Set Lonnert). Many thanks
+ to these guys. All other languages have also had updates and fixes since 1.0.7.
+
+- Themes
+- Theme support of CSS has been extended to give theme makers more control
+ over more of the Moodle web site.
+
+- Layout
+- A number of improvements have been in the layout (such as the forum posting
+ screen) to make it clearer, neater and smaller. Almost all text entry screens
+ now have specific help items alongside them (depending on the pedagogical
+ focus). The forums now have a quick search form available on every page.
+
+- More ...
+- ...
+
+
+
+
+
New in Moodle 1.0.7: