equal
  deleted
  inserted
  replaced
  
    
    
     1 20XX-XX-XX Version 1.0 released  | 
     1 2008-10-13 Version 1.0 released  | 
     2   | 
     2   | 
     3 	This is the first stable release of LEMON. Compared to the 0.x  | 
     3 	This is the first stable release of LEMON. Compared to the 0.x  | 
     4 	release series, it features a considerably smaller but more  | 
     4 	release series, it features a considerably smaller but more  | 
     5 	matured set of tools. The API has also completely revised and  | 
     5 	matured set of tools. The API has also completely revised and  | 
     6 	changed in several places.  | 
     6 	changed in several places.  | 
     7   | 
     7   | 
     8 	* The major name changes compared to the 0.x series  | 
     8 	* The major name changes compared to the 0.x series (see the  | 
         | 
     9           Migration Guide in the doc for more details)  | 
     9           * Graph -> Digraph, UGraph -> Graph  | 
    10           * Graph -> Digraph, UGraph -> Graph  | 
    10           * Edge -> Arc, UEdge -> Edge  | 
    11           * Edge -> Arc, UEdge -> Edge  | 
    11 	  * source(UEdge)/target(UEdge) -> u(Edge)/v(Edge)  | 
    12 	  * source(UEdge)/target(UEdge) -> u(Edge)/v(Edge)  | 
    12 	* Other improvements  | 
    13 	* Other improvements  | 
    13 	  * Better documentation  | 
    14 	  * Better documentation  |