diff --git a/doc/xdocs/upgrade/upgrade-090-100.html b/doc/xdocs/upgrade/upgrade-090-100.html
index 19bfd3985e..496613416a 100644
--- a/doc/xdocs/upgrade/upgrade-090-100.html
+++ b/doc/xdocs/upgrade/upgrade-090-100.html
@@ -10,6 +10,8 @@ The following should help most casual users of the project update their
applications:
+
+ Changes 0.9.0 to RC1
- The top level package name has changed. Simply find "net.sf.acegisecurity" and replace with
"org.acegisecurity".
@@ -38,6 +40,14 @@ applications:
you localise this file to another language, please consider attaching it to a
new JIRA task
so that we can include it in future Acegi Security releases.
+
+ Changes RC1 to RC2
+
+ -
+ org.acegisecurity.ui.rememberme.RememberMeProcessingFilter now requires an authenticationManager property. This will generally
+ point to an implementation of org.acegisecurity.providers.ProviderManager.
+
+