Skip to content

Commit b637ce3

Browse files
Update ChangeLog
1 parent 3f66997 commit b637ce3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ChangeLog-6.3.md

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

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

5+
## [6.3.1] - 2017-MM-DD
6+
7+
### Fixed
8+
9+
* Fixed [#2769](https://github.com/sebastianbergmann/phpunit/issues/2769): Usage of `setUseErrorHandler()` produces `Undefined variable` error
10+
511
## [6.3.0] - 2017-08-04
612

713
### Added
@@ -13,5 +19,6 @@ All notable changes of the PHPUnit 6.3 release series are documented in this fil
1319

1420
* Implemented [#2751](https://github.com/sebastianbergmann/phpunit/pull/2751): Use `fopen()` instead of `is_readable()` to check if a file is readable (workaround for Windows and network shares)
1521

22+
[6.3.1]: https://github.com/sebastianbergmann/phpunit/compare/6.3.0...6.3.1
1623
[6.3.0]: https://github.com/sebastianbergmann/phpunit/compare/6.2...6.3.0
1724

0 commit comments

Comments
 (0)