Skip to content

Commit 530bb5d

Browse files
Update ChangeLog
1 parent d9c8036 commit 530bb5d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ChangeLog-12.3.md

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

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

5+
## [12.3.2] - 2025-MM-DD
6+
7+
### Changed
8+
9+
* Add coverage and complexity columns to class and method complexity tables
10+
* Add CRAP to graph tooltip
11+
12+
### Fixed
13+
14+
* [#1081](https://github.com/sebastianbergmann/php-code-coverage/issues/1081): Class complexity scatter chart tooltips show incorrect class
15+
516
## [12.3.1] - 2025-06-18
617

718
### Changed
@@ -15,5 +26,6 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
1526

1627
* [#1080](https://github.com/sebastianbergmann/php-code-coverage/pull/1080): Support for reporting code coverage information in OpenClover XML format; unlike the existing Clover XML reporter, which remains unchanged, the XML documents generated by this new reporter validate against the OpenClover project's XML schema definition, with one exception: we do not generate the `<testproject>` element. This feature is experimental and the generated XML might change in order to improve compliance with the OpenClover project's XML schema definition further. Such changes will be made in bugfix and/or minor releases even if they break backward compatibility.
1728

29+
[12.3.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/12.3.1...main
1830
[12.3.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/12.3.0...12.3.1
1931
[12.3.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/12.2.1...12.3.0

0 commit comments

Comments
 (0)