From 0d63488f83160851c5834bc349ffd53f860373ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Tue, 11 Oct 2005 07:59:23 +0000
Subject: [PATCH] - mentionned extention mechanism (and timing?)

---
 html/relnotes.html | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/html/relnotes.html b/html/relnotes.html
index 5caca671..11d037d6 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>
-- 
GitLab