diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4c401253..8dd57e3a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -6,8 +6,18 @@
- When using JAXB2, all messages become MTOM
- AxiomSoapFaultDetailElementIterator does not consider whitespace nodes.
+ Don't close the ServletInputStream in AbstractWebServiceConnection.receive
+ IllegalStateException in Saaj11Implementation.removeContents()
+ NoSuchMethodError: SaajUtils.toName()
+ Null pointer while handling empty SOAP Body
+ When using JAXB2, all messages become MTOM
+ client-side support for JAXB2 MTOM marshalling is not working well
+ java.lang.IllegalArgumentException: This is not an attribute, it is a namespace: xmlns:xs
+ Mention namespace resolution for SoapFault annotation
+ Mention transformWsdlLocations servlet parameter to the reference docs
+ marshallSendAndReceivce bug in WebServiceTemplate
+ Minor Documentation Bug: org.springframework.xml.transform.ResourceSource
+ AxiomSoapFaultDetailElementIterator does not consider whitespace nodes.
Added MarshallingSource, a TrAX Source that uses a Marshaller.
diff --git a/src/site/apt/upgrading.apt b/src/site/apt/upgrading.apt
index 000ee253..217d36e9 100644
--- a/src/site/apt/upgrading.apt
+++ b/src/site/apt/upgrading.apt
@@ -4,11 +4,11 @@
Upgrading from version 1.0-RC2 to 1.0
-
+ No major changes have occured since RC2.
Upgrading from version 1.0-RC1 to 1.0-RC2
- Some minor last changes were made between version 1.0 Release Candidate 1 and 2of the project. The following
+ Some minor last changes were made between version 1.0 Release Candidate 1 and 2 of the project. The following
should help most users the project update their applications:
* Client-side