diff --git a/scm/xdocs/changes.xml b/scm/xdocs/changes.xml
index 94572c8f..0d6f159b 100644
--- a/scm/xdocs/changes.xml
+++ b/scm/xdocs/changes.xml
@@ -25,6 +25,17 @@
+ The encoding of the project.xml file is not preserved after doing release:transform.
+ Handle poms with a namespace.
+ Handle non-jar dependencies.
+ Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
+
+ - maven v1.0-rc2 -> v1.0.2
+ - dom4j v1.4-dev-8 -> v1.4
+ - commons-jelly v1.0-beta-4 -> v1.0
+ - xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2
+
+
Make it possible to check changes made by prepare-release before they are checked in and tagged. New property maven.scm.testmode.
Update to maven-scm 1.0-beta-2.
When pom.repository.connection ends with '/' checkout fails.