Skip to content
This repository was archived by the owner on Dec 7, 2018. It is now read-only.

Commit 0fa4329

Browse files
Prepare release
1 parent b8b728e commit 0fa4329

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

ChangeLog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to DbUnit are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5+
## [3.0.3] - 2018-01-23
6+
7+
### Fixed
8+
9+
* Fixed [#191](https://github.com/sebastianbergmann/dbunit/pull/191): MySQL's `FOREIGN_KEY_CHECKS` setting gets lost
10+
* Fixed [#192](https://github.com/sebastianbergmann/dbunit/pull/192): Error message for wrong fixture is not good enough
11+
* Fixed [#201](https://github.com/sebastianbergmann/dbunit/pull/201): `TestCaseTrait::tearDown()` does not call parent's `tearDown()`
12+
* Fixed [#204](https://github.com/sebastianbergmann/dbunit/pull/204): `DefaultConnection::close()` does not close database connection
13+
* Fixed [#205](https://github.com/sebastianbergmann/dbunit/pull/205): Metadata for empty SQLite table is not handled correctly
14+
515
## [3.0.2] - 2017-11-18
616

717
### Changed
@@ -26,6 +36,7 @@ All notable changes to DbUnit are documented in this file using the [Keep a CHAN
2636

2737
* The `dbunit` CLI tool was removed
2838

39+
[3.0.3]: https://github.com/sebastianbergmann/dbunit/compare/3.0.2...3.0.3
2940
[3.0.2]: https://github.com/sebastianbergmann/dbunit/compare/3.0.1...3.0.2
3041
[3.0.1]: https://github.com/sebastianbergmann/dbunit/compare/3.0.0...3.0.1
3142
[3.0.0]: https://github.com/sebastianbergmann/dbunit/compare/2.0...3.0.0

manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<phar xmlns="https://phar.io/xml/manifest/1.0">
3-
<contains name="phpunit/dbunit" version="3.0.2" type="extension">
3+
<contains name="phpunit/dbunit" version="3.0.3" type="extension">
44
<extension for="phpunit/phpunit" compatible="^6.0"/>
55
</contains>
66

0 commit comments

Comments
 (0)