updated release notes towards 0.5.0
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index ded7ecb..451a12d 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -10,20 +10,20 @@
 This is the first release after graduation. Although there are not API changes
 nor big improvements, it updates different core aspects and dependencies.
 
-* [COMMONSRDF-66] - JenaDatasetImpl.toString() throws RIOT exception
-* [COMMONSRDF-62] - japicmp-maven-plugin breaking build because there is at least one incompatibility
-* [COMMONSRDF-63] - AbstractRDFParserTest.parseFile and parseFileContentType broken under Mac OS X
-* [COMMONSRDF-52] - Duplicate Bundle-SymbolicName values across all components
-* [COMMONSRDF-55] - Stream of Jena quads use wrong IRI for default graph
 * [COMMONSRDF-47] - RDFSyntax should be interface, not enum
 * [COMMONSRDF-51] - RDF-1.1 specifies that language tags need to be compared using lower-case
+* [COMMONSRDF-52] - Duplicate Bundle-SymbolicName values across all components
+* [COMMONSRDF-55] - Stream of Jena quads use wrong IRI for default graph
 * [COMMONSRDF-57] - Use newer dependency Jena/RDF4J/JSONLD Java
+* [COMMONSRDF-62] - japicmp-maven-plugin breaking build because there is at least one incompatibility
+* [COMMONSRDF-63] - AbstractRDFParserTest.parseFile and parseFileContentType broken under Mac OS X
+* [COMMONSRDF-66] - JenaDatasetImpl.toString() throws RIOT exception
 * [COMMONSRDF-53] - Add ServiceLoader support in OSGi
+* [COMMONSRDF-54] - overloaded versions of RDF4J#asRDFTerm(org.eclipse.rdf4j.model.Value)
+* [COMMONSRDF-59] - Fix javadocs warnings
 * [COMMONSRDF-64] - Add Automatic-Module-Name to bundle manifest
 * [COMMONSRDF-65] - Upgrade to Jena 3.4.0, RDF4J 2.2.2
-* [COMMONSRDF-59] - Fix javadocs warnings
-* [COMMONSRDF-54] - overloaded versions of RDF4J#asRDFTerm(org.eclipse.rdf4j.model.Value)
-
+* [COMMONSRDF-70] - Upgrade Jena version to 3.5.0
 
 ## 0.3.0-incubating (2016-11)
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 72f0483..2e7c1fc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,9 +62,6 @@
         <action type="add" issue="COMMONSRDF-65">
             Upgrade to Jena 3.4.0, RDF4J 2.2.2
         </action>
-        <action type="add" issue="COMMONSRDF-68">
-            Support changes.xml 
-        </action>
         <action type="add" issue="COMMONSRDF-70">
             Upgrade Jena version to 3.5.0
         </action>