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-10.5.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,21 @@ All notable changes of the PHPUnit 10.5 release series are documented in this fi
13
13
14
14
## [10.5.10] - 2024-02-04
15
15
16
+
### Changed
17
+
18
+
* Improve output of `--check-version` CLI option
19
+
* Improve description of `--check-version` CLI option
20
+
16
21
### Fixed
17
22
18
23
*[#5692](https://github.com/sebastianbergmann/phpunit/issues/5692): `--log-events-text` and `--log-events-verbose-text` require the destination file to exit
19
24
20
25
## [10.5.9] - 2024-01-22
21
26
27
+
### Changed
28
+
29
+
* Show help for `--manifest`, `--sbom`, and `--composer-lock` when the PHAR is used
30
+
22
31
### Fixed
23
32
24
33
*[#5676](https://github.com/sebastianbergmann/phpunit/issues/5676): PHPUnit's test runner overwrites custom error handler registered using `set_error_handler()` in bootstrap script
@@ -71,6 +80,10 @@ All notable changes of the PHPUnit 10.5 release series are documented in this fi
71
80
72
81
## [10.5.3] - 2023-12-13
73
82
83
+
### Changed
84
+
85
+
* Make PHAR build reproducible (the only remaining differences were in the timestamps for the files in the PHAR)
86
+
74
87
### Deprecated
75
88
76
89
*`Test\AssertionFailed` and `Test\AssertionSucceeded` events
0 commit comments