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
- Bug fix: make Phar file run independently of project under scan [#63] from [@jrfnl].
12
-
- Bug fix: checkstyle report could contain invalid XML due to insufficient output escaping [#73] from [@gmazzap].
13
-
- Fix Phar building [#70] from [@jrfnl].
14
-
- GH Actions: testing against PHP 8.2 [#74] from [@grogy]
15
+
- Bug fix: make Phar file run independently of project under scan [#63] from [@jrfnl], fixes [#61].
16
+
- Bug fix: checkstyle report could contain invalid XML due to insufficient output escaping [#73] from [@gmazzap], fixes [#72].
17
+
- Fix Phar building [#70] from [@jrfnl]. This fixes PHP 8.1 compatibility for the Phar file.
18
+
- Documentation fix: the `--show-deprecated` option was missing in both the README as well as the CLI `help`[#84] from [@jrfnl], fixes [#81] reported by [@stronk7].
19
+
20
+
### Changed
21
+
22
+
- README: updated information about PHAR availability [#77] from [@jrfnl].
23
+
- README: updated CLI example [#80] from [@jrfnl].
24
+
- README: added documentation on how to exclude files from a scan based on the PHP version used [#80] from [@jrfnl].
25
+
- Composer autoload improvement [#88] from [@jrfnl] with thanks to [@mfn].
15
26
16
27
### Internal
17
28
18
-
- Welcome [@jrfnl] as a new maintainer [#32]
29
+
- Welcome [@jrfnl] as a new maintainer [#32].
19
30
- GH Actions: set error reporting to E_ALL [#65], [#76] from [@jrfnl].
20
-
- GH Actions: fix failing tests on PHP 5.3-5.5 [#71] from [@jrfnl] and [@villfa]
31
+
- GH Actions: fix failing tests on PHP 5.3-5.5 [#71] from [@jrfnl] and [@villfa].
21
32
- GH Actions: auto-cancel concurrent builds [#76] from [@jrfnl].
33
+
- GH Actions: testing against PHP 8.2 [#74] from [@grogy].
34
+
- GH Actions: release testing against PHP 5.3 [#79] from [@jrfnl].
35
+
- GH Actions: update used actions [#82] from [@jrfnl].
36
+
- Release checklist can now be found in the `.github` folder [#78] from [@jrfnl].
0 commit comments