1.1 --- a/ChangeLog Mon Feb 21 10:07:38 2005 +0000
1.2 +++ b/ChangeLog Mon Feb 21 10:08:12 2005 +0000
1.3 @@ -1,8 +1,19 @@
1.4 - * ValueType -> Value, KeyType -> Key, ReferenceType ->Reference,
1.5 - PointerType -> Pointer
1.6 - * target() -> target(), source() -> source()
1.7 - * Graph factory
1.8 - * Right include paths in documentation
1.9 +2005-02-21 Alpar Juttner <alpar@cs.elte.hu>
1.10 +
1.11 + * Version 0.3 released
1.12 + * List of new features and changes
1.13 + * Redesigned Graph infrastructures
1.14 + + Standardized LEMON exceptions
1.15 + + Undirected Graph
1.16 + + Standard graph file format, input and output classes for it.
1.17 + * head() -> target(), tail() -> source()
1.18 + * Some standard namings have changes:
1.19 + ValueType -> Value,
1.20 + KeyType -> Key,
1.21 + ReferenceType ->Reference,
1.22 + PointerType -> Pointer
1.23 + + GraphToEps: A simple graph drawer
1.24 + * Better documentation
1.25
1.26 2004-09-30 Alpar Juttner <alpar@cs.elte.hu>
1.27