Skip to content

Commit 5b191db

Browse files
Update ChangeLog
1 parent df298bc commit 5b191db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ChangeLog-14.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
88

99
* `SebastianBergmann\CodeCoverage\Serialization\Serializer` class for serializing `SebastianBergmann\CodeCoverage\CodeCoverage` objects in a versioned format to a file
1010
* `SebastianBergmann\CodeCoverage\Serialization\Unserializer` class for unserializing `SebastianBergmann\CodeCoverage\CodeCoverage` objects from a file creating using `SebastianBergmann\CodeCoverage\Serialization\Serializer`
11+
* `SebastianBergmann\CodeCoverage\Report\Facade` class for generating reports from both `SebastianBergmann\CodeCoverage\CodeCoverage` objects (using `Facade::fromObject()`) as well as from data unserialized with `SebastianBergmann\CodeCoverage\Serialization\Unserializer::unserialize()` (using `Facade::fromSerializedData()`)
1112
* [#925](https://github.com/sebastianbergmann/php-code-coverage/issues/925): Serialized code coverage data (generated using PHPUnit's `--coverage-php`, for example) should use relative paths
1213

1314
### Changed
1415

15-
* The `process()` methods of the `SebastianBergmann\CodeCoverage\Report` classes no longer accept `SebastianBergmann\CodeCoverage\CodeCoverage` objects, pass the result of `SebastianBergmann\CodeCoverage\CodeCoverage::getReport()` instead
16-
* In addition to the above, the `process()` method of `SebastianBergmann\CodeCoverage\Report\Xml\Facade` requires the result of `SebastianBergmann\CodeCoverage\CodeCoverage::getTests()`
16+
* The report generation classes are now internal; the new `SebastianBergmann\CodeCoverage\Report\Facade` class must be used for report generation
1717
* The format of the file written by `SebastianBergmann\CodeCoverage\Serialization\Serializer` is incompatible with the format of the file that was written by `SebastianBergmann\CodeCoverage\Report\PHP` in the past
1818
* The `<build>` element and its children of the XML report generated by `SebastianBergmann\CodeCoverage\Report\Xml\Facade` require the optional arguments to be passed to the `process()` method
1919
* The `TestSize` and `TestStatus` value objects are now enumerations

0 commit comments

Comments
 (0)