Revision history for Perl extension DBIx::Meld.

0.03      2010-04-22
  - Lots of documentation edits.
  - Use Traits::SQLAbstract in the ResultSet class.
  - New methods: select_sth, insert_sth, update_sth, delete_sth, and bind_values.

0.02      2010-04-22
  - Fix $rs->column() to call column() instead of count().
  - Make the various SQLAbstract methods more consistant
    (hash_row instead of row_hash, etc).
  - Move some resultset code in to a new resultset trait.
  - Fix "SQL::Astract" dependency.

0.01      2010-04-21
  - First release.