diff --git a/doc/htdocs/news.html b/doc/htdocs/news.html
index 86ec48b2..4c8e1ecd 100644
--- a/doc/htdocs/news.html
+++ b/doc/htdocs/news.html
@@ -54,7 +54,8 @@
- Fix builtins import in config
- Fix installation with pip
-- Fix Tornado worker
+- Fix Tornado WSGI support
+- Delay application loading until after processing all configuration
diff --git a/doc/site/news.rst b/doc/site/news.rst
index 628d2438..5278be32 100644
--- a/doc/site/news.rst
+++ b/doc/site/news.rst
@@ -9,7 +9,8 @@ News
- Fix builtins import in config
- Fix installation with pip
-- Fix Tornado worker
+- Fix Tornado WSGI support
+- Delay application loading until after processing all configuration
0.8.0 / 2010-04-22
------------------