=== 0.0.3 02/10/2010

* integrated ClassList from another project as first analyser
* add JavaName to all class names that are returned
* fix links in RDoc, update documentation
* move classes into submodules for classpath, classfile, etc.
* migrated to Google Code and Mercurial repository
* added access flag $1000
* added references to used classes
* added classpath abstraction

=== 0.0.2 08/04/2009

* refactored code to smaller objects for version and constant pool
* fixed float and double constant pool items
* added tests
* continued implementation with class names and references

=== 0.0.1 01/03/2009
	
* initial version extracted from ClassList project
* reads the class version and package/public flag of a class
* understands the constant pool but does not use it
