== 0.5.10
    * collections add python3 compatibility
    * add coding header

== 0.5.9
    * Fix procedure compare

== 0.5.8
	* Fixed index dropping bug

== 0.5.7
    * fixed bugs

== 0.5.6
    * fixed bugs
    * merged with others commits

== 0.5.5
    * merged with others commits

== 0.5.4
    * Sub-parts of indices are now correctly added
    * Fixes error with foreign keys against unique or primary key columns
    
== 0.5.3 / 2010-04-19
    * Column types are no longer forced uppercase
        - Fixes ENUM, SET bug where data values were incorrectly uppercased

== 0.5.2 / 2009-12-02
    * Column DEFAULT fixes
        - strings are now quoted (except CURRENT_TIMESTAMP),
        - non-None values handled ('', 0)
    * CHARACTER SET AND COLLATE omitted from column definition if same as parent Table.
    * Fixed Column definition syntax (ordering of attributes)

== 0.5.1 / 2009-11-10
    * bug fixes
    * updated test configuration, added more tests
    * added ability to retrieve comments on columns
    * updated collections.orderedDict
        - added support for index(), insert() and __delitem__()
    * changed output of database options
        - CHARSET is now CHARACTER SET
        - <key> <value> is now <key>=<value>
    * newlines and multiple spaces removed from table.create() string
    * Changed DatabaseConnection to explicitly require a call to connect()
    * backported to work with python 2.4
    * schema name dropped from table.alter() and table.drop() to be consistent with table.create()

== 0.5.0 / 2009-09-17
    * Initial public release
