# HG changeset patch
# User Alpar Juttner <alpar@cs.elte.hu>
# Date 1223836548 -3600
# Node ID 6dbd5184c6a99e936a7de899e64c114e30c0f94f
# Parent  a412d990f043360d2c23779c802e34fabb95ea38
Update NEWS file

diff -r a412d990f043 -r 6dbd5184c6a9 NEWS
--- a/NEWS	Sun Oct 12 19:59:06 2008 +0100
+++ b/NEWS	Sun Oct 12 19:35:48 2008 +0100
@@ -1,11 +1,12 @@
-20XX-XX-XX Version 1.0 released
+2008-10-13 Version 1.0 released
 
 	This is the first stable release of LEMON. Compared to the 0.x
 	release series, it features a considerably smaller but more
 	matured set of tools. The API has also completely revised and
 	changed in several places.
 
-	* The major name changes compared to the 0.x series
+	* The major name changes compared to the 0.x series (see the
+          Migration Guide in the doc for more details)
           * Graph -> Digraph, UGraph -> Graph
           * Edge -> Arc, UEdge -> Edge
 	  * source(UEdge)/target(UEdge) -> u(Edge)/v(Edge)