diff --git a/html/relnotes.html b/html/relnotes.html
index 5caca6711e94daad130331f3e17b8c8aa29951ea..11d037d645794002c1de414f9e8695f00e300ce7 100644
--- a/html/relnotes.html
+++ b/html/relnotes.html
@@ -29,17 +29,16 @@
 
 <p>New version featuring:
 <ul compact="1">
-<li>Fixed all implementation that assume 1-1 alignments</li>
-<li>Deprecated accessor from the Alignment to the cell of an
-  object</li>
-<li>Implemented the deprecated with a compile-time tag</li>
-<li>Implemented the Hungarian method for maximal pairing in building
-  1-1 alignments</li>
-<li>Added equals() method to Cell and Relation</li>
-<li>Added Precision-recall graph generators (GenPlot,PRGraphEvaluator)</li>
-<li>Computation of aggregated precision and recall rather than
-  average (GroupEval)</li>
-<li>Added options for avoiding the alignment on some namespaces.</li>
+<li>Fixed all implementation that assume 1-1 alignments;</li>
+<li>Deprecated accessor from the Alignment to the cell of an object;</li>
+<li>Implemented the deprecated with a compile-time tag;</li>
+<li>Implemented the Hungarian method for maximal pairing in building 1-1 alignments;</li>
+<li>Added equals() method to Cell and Relation;</li>
+<li>Added Precision-recall graph generators (GenPlot,PRGraphEvaluator);</li>
+<li>Computation of aggregated precision and recall rather than average (GroupEval);</li>
+<li>Added options for avoiding the alignment on some namespaces;</li>
+<li>Added timing in Procalign and Groupalign;</li>
+<li>Added extension mechnism for alignments (any extra-annotation stored).</li>
 </ul>
 
 <h2>July 4th, 2005</h2>