diff -r 1c9658d51c8d -r 2f51fccbc261 ChangeLog --- a/ChangeLog Mon Feb 21 10:07:38 2005 +0000 +++ b/ChangeLog Mon Feb 21 10:08:12 2005 +0000 @@ -1,8 +1,19 @@ - * ValueType -> Value, KeyType -> Key, ReferenceType ->Reference, - PointerType -> Pointer - * target() -> target(), source() -> source() - * Graph factory - * Right include paths in documentation +2005-02-21 Alpar Juttner + + * Version 0.3 released + * List of new features and changes + * Redesigned Graph infrastructures + + Standardized LEMON exceptions + + Undirected Graph + + Standard graph file format, input and output classes for it. + * head() -> target(), tail() -> source() + * Some standard namings have changes: + ValueType -> Value, + KeyType -> Key, + ReferenceType ->Reference, + PointerType -> Pointer + + GraphToEps: A simple graph drawer + * Better documentation 2004-09-30 Alpar Juttner