diff --git a/html/relnotes.html b/html/relnotes.html
index 0673896a297be45e10867e64267098564e1f9e5e..92b632bbdb86824047f36d2f545f73f1e56e3d9f 100644
--- a/html/relnotes.html
+++ b/html/relnotes.html
@@ -13,10 +13,8 @@
 <li>Add full support for algebraic operations (meet/join/inv/compose)</li>
 <li>Fix all implementation that assume 1-1 alignments</li>
 <li>Fix usability of Wordnet (on Mac OS X)</li>
-<li>Full implementation of parameters</li>
 <li>GroupAlign implementation</li>
 <li>Build on unit tests</li>
-<li>Separating the API from its implementation (alignapi/alignimpl)</li>
 <li>Separating the wordnet stuff from the rest (alignwn)</li>
 <li>Integrating tagging to the wordnet stuff</li>
 </ul></p>
@@ -28,6 +26,8 @@
 
 <p>New version featuring:
 <ul compact="1">
+<li>Full implementation of parameters (reader included)</li>
+<li>Separated the API from its implementation (alignapi/align)</li>
 <li>Corrected XML header of some examples (necessary for Java 1.5)</li>
 <li>Added a (necessary) SubsumedRelation!</li>
 <li>Added a sample embedding of main functions</li>