You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ChangeLog-5.3.md
+7
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
All notable changes of the PHP_CodeCoverage 5.3 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
4
4
5
+
## [5.3.2] - 2018-04-06
6
+
7
+
### Fixed
8
+
9
+
* Fixed [#602](https://github.com/sebastianbergmann/php-code-coverage/pull/602): Regression introduced in version 5.3.1
10
+
5
11
## [5.3.1] - 2018-04-06
6
12
7
13
### Changed
@@ -22,6 +28,7 @@ All notable changes of the PHP_CodeCoverage 5.3 release series are documented in
22
28
23
29
* Fixed [#564](https://github.com/sebastianbergmann/php-code-coverage/issues/564): `setDisableIgnoredLines(true)` disables more than it should
0 commit comments