NEWS
branch1.0
changeset 333 58f1a3144134
parent 262 0181b7f12a2a
child 345 d5f1163b1522
child 389 4f3ea453eb90
     1.1 --- a/NEWS	Sun Oct 12 18:13:26 2008 +0100
     1.2 +++ b/NEWS	Sun Oct 12 20:05:09 2008 +0100
     1.3 @@ -1,11 +1,12 @@
     1.4 -20XX-XX-XX Version 1.0 released
     1.5 +2008-10-13 Version 1.0 released
     1.6  
     1.7  	This is the first stable release of LEMON. Compared to the 0.x
     1.8  	release series, it features a considerably smaller but more
     1.9  	matured set of tools. The API has also completely revised and
    1.10  	changed in several places.
    1.11  
    1.12 -	* The major name changes compared to the 0.x series
    1.13 +	* The major name changes compared to the 0.x series (see the
    1.14 +          Migration Guide in the doc for more details)
    1.15            * Graph -> Digraph, UGraph -> Graph
    1.16            * Edge -> Arc, UEdge -> Edge
    1.17  	  * source(UEdge)/target(UEdge) -> u(Edge)/v(Edge)