diff --git a/doc/xdocs/changes.xml b/doc/xdocs/changes.xml
index 6d96d1ed50..18ec9067be 100644
--- a/doc/xdocs/changes.xml
+++ b/doc/xdocs/changes.xml
@@ -29,6 +29,8 @@
Made ConfigAttributeDefinition and ConfigAttribute Serializable
FilterToBeanProxy now searches hierarchical bean factories
Contacts sample web.xml no longer expect Log4j to be in classpath
+ JaasAuthenticatinProvider now uses System.property "java.security.auth.login.config"
+ JaasAuthenticationCallbackHandler Authentication is passed to handle method setAuthenticatoin removed
Major CVS repository restructure to support Maven and eliminate libraries
diff --git a/doc/xdocs/upgrade/upgrade-070-100.html b/doc/xdocs/upgrade/upgrade-070-100.html
index d97c1525c9..e02a2baddc 100644
--- a/doc/xdocs/upgrade/upgrade-070-100.html
+++ b/doc/xdocs/upgrade/upgrade-070-100.html
@@ -1,6 +1,6 @@
-Acegi Security - Upgrading from version 0.7.0 to 0.1.0
+Acegi Security - Upgrading from version 0.7.0 to 1.0.0
Upgrading from 0.7.0 to 1.0.0
@@ -11,7 +11,8 @@ applications:
-- No changes yet!
+- The JaasAuthenticationCallbackHandler interface has had it's setAuthentication method removed. The handle method
+now takes both the Callback and Authentication objects as arguments.