DbUnit 1.0
==========

This is the list of changes for the DbUnit 1.0 release series.

DbUnit 1.0.3
------------

* `PHPUnit_Extensions_Database_DefaultTester::__construct()` now properly calls its parent constructor so that default setUp and tearDown operations can be set.

DbUnit 1.0.2
------------

* Implemented proper error handling for XML dataset processing.

DbUnit 1.0.1
------------

* Fixed GH-24: YAML dataset does not respect empty tables.
* Fixed GH-25: YAML dataset only looks at columns in first row instead of entire data set.
* Fixed MySQL dataset to respect empty tables.
* Updated list of dependencies in `package.xml`.

DbUnit 1.0.0
------------

* Initial release as separate component.
