0.01 (03.09.2005) - John Siracusa <siracusa@mindspring.com>

    * Initial release.

0.011 (03.11.2005) - John Siracusa <siracusa@mindspring.com>

    * Correct misplaced _ in number.
    * Fixed bad return value from empty { } method.  Perl 5.8.x
      treats it as I expect, but perl 5.6.1 requires a bare return;

0.012 (03.11.2005) - John Siracusa <siracusa@mindspring.com>

    * Fixed incorrect skip amount in pg.t.  Sigh.

0.013 (03.13.2005) - John Siracusa <siracusa@mindspring.com>

    * Changes dsn() method to clear possibly changed DSN components,
      and also try to parse the DSN.

0.014 (03.15.2005) - John Siracusa <siracusa@mindspring.com>

    * Added alias_db() class method.

0.0141 (03.15.2005) - John Siracusa <siracusa@mindspring.com>

    * Fixed tests to account for versions of DBI without the 
      parse_dsn() method.

0.0142 (04.07.2005) - John Siracusa <siracusa@mindspring.com>

    * Documented connect_options() method.
    * Added db_exists() method.

0.0143 (05.04.2005) - John Siracusa <siracusa@mindspring.com>

    * Avoid trying to truncate undefined dates.

0.015 (05.12.2005) - John Siracusa <siracusa@mindspring.com>

    * Added proper data source registry and registry entry objects.
    * Changed behavior of dsn() method to reflect the fact that DBI's
      parse_dsn() method rarely extracts the information I need.
    * Added warning to documentation about DSN/attribute sync.