File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes of the PHPUnit 7.3 release series are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
4
4
5
+ ## [ 7.3.1] - 2018-MM-DD
6
+
7
+ ### Fixed
8
+
9
+ * Fixed [ #3237 ] ( https://github.com/sebastianbergmann/phpunit/issues/3237 ) : Result caching enabled by default
10
+
5
11
## [ 7.3.0] - 2018-08-03
6
12
7
13
### Added
@@ -26,5 +32,6 @@ All notable changes of the PHPUnit 7.3 release series are documented in this fil
26
32
* Fixed [ #3222 ] ( https://github.com/sebastianbergmann/phpunit/pull/3222 ) : Priority of ` @covers ` and ` @coversNothing ` is wrong
27
33
* Fixed [ #3225 ] ( https://github.com/sebastianbergmann/phpunit/issues/3225 ) : ` coverage-php ` missing from ` phpunit.xsd `
28
34
35
+ [ 7.3.1 ] : https://github.com/sebastianbergmann/phpunit/compare/7.3.0...7.3.1
29
36
[ 7.3.0 ] : https://github.com/sebastianbergmann/phpunit/compare/7.2...7.3.0
30
37
You can’t perform that action at this time.
0 commit comments