Skip to content

Commit 9b8056b

Browse files
Merge branch '5.5' into 5.6
2 parents 3daab8a + 3f67cee commit 9b8056b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ChangeLog-5.5.md

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

33
All notable changes of the PHPUnit 5.5 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5+
## [5.5.7] - 2016-10-03
6+
7+
### Changed
8+
9+
* Reverted [#2300](https://github.com/sebastianbergmann/phpunit/issues/2300): Exclude tests from package distribution
10+
511
## [5.5.6] - 2016-10-03
612

13+
### Changed
14+
15+
* Implemented [#2300](https://github.com/sebastianbergmann/phpunit/issues/2300): Exclude tests from package distribution
16+
717
### Fixed
818

919
* Fixed [#2261](https://github.com/sebastianbergmann/phpunit/issues/2261): Invalid test listener configuration leads to confusing behavior
@@ -53,6 +63,7 @@ New release of PHPUnit as PHAR with updated dependencies
5363

5464
* An `AssertionError` raised by an `assert()` in the tested code now causes the test to be interpreted as a failure instead of an error
5565

66+
[5.5.7]: https://github.com/sebastianbergmann/phpunit/compare/5.5.6...5.5.7
5667
[5.5.6]: https://github.com/sebastianbergmann/phpunit/compare/5.5.5...5.5.6
5768
[5.5.5]: https://github.com/sebastianbergmann/phpunit/compare/5.5.4...5.5.5
5869
[5.5.4]: https://github.com/sebastianbergmann/phpunit/compare/5.5.3...5.5.4

0 commit comments

Comments
 (0)