diff --git a/doc/xdocs/changes.xml b/doc/xdocs/changes.xml
index 1e26283155..a431c842f3 100644
--- a/doc/xdocs/changes.xml
+++ b/doc/xdocs/changes.xml
@@ -43,6 +43,7 @@
Refactor DAO authentication failure events under a consistent abstract superclass
JBoss container adapter to use getName() instead to toString() (see http://opensource.atlassian.com/projects/spring/browse/SEC-22)
HttpSessionContextIntegrationFilter elegantly handles IOExceptions and ServletExceptions within filter chain (see http://opensource.atlassian.com/projects/spring/browse/SEC-20)
+ Form, CAS, X509 and Remember-Me authentication mechanisms now publish an InteractiveAuthenticationSuccessEvent (see http://opensource.atlassian.com/projects/spring/browse/SEC-5)
Correct location of AuthenticationSimpleHttpInvokerRequestExecutor in clientContext.xml